syscall: add #include "funcdata.h" to files modified in last CL

That's what defines GO_ARGS.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/141460043
This commit is contained in:
Russ Cox 2014-09-12 00:55:24 -04:00
parent 4179439de8
commit 860a645927
19 changed files with 19 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for 386, Darwin

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for 386, FreeBSD

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for AMD64, DragonFly

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for 386, FreeBSD

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for AMD64, FreeBSD

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for ARM, FreeBSD

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System calls for 386, Linux

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System calls for AMD64, Linux

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
#include "textflag.h"
#include "funcdata.h"
//
// System calls for arm, Linux

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
#include "textflag.h"
#include "funcdata.h"
#include "../runtime/syscall_nacl.h"
//

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
#include "textflag.h"
#include "funcdata.h"
#include "../runtime/syscall_nacl.h"
//

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
#include "textflag.h"
#include "funcdata.h"
#include "../runtime/syscall_nacl.h"
//

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for 386, NetBSD

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for AMD64, NetBSD

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for ARM, NetBSD

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for 386, OpenBSD

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for AMD64, OpenBSD

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for 386, Plan 9

View File

@ -6,6 +6,7 @@
// so that go vet can check that they are correct.
#include "textflag.h"
#include "funcdata.h"
//
// System call support for Plan 9