Commit 860a6459 authored by Russ Cox's avatar Russ Cox

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
parent 4179439d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment