mirror of https://github.com/golang/go.git
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:
parent
4179439de8
commit
860a645927
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
#include "textflag.h"
|
||||
#include "funcdata.h"
|
||||
|
||||
//
|
||||
// System calls for arm, Linux
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
#include "textflag.h"
|
||||
#include "funcdata.h"
|
||||
#include "../runtime/syscall_nacl.h"
|
||||
|
||||
//
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
#include "textflag.h"
|
||||
#include "funcdata.h"
|
||||
#include "../runtime/syscall_nacl.h"
|
||||
|
||||
//
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
#include "textflag.h"
|
||||
#include "funcdata.h"
|
||||
#include "../runtime/syscall_nacl.h"
|
||||
|
||||
//
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue