aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-06-12 19:59:33 +0200
committerGitHub <noreply@github.com>2017-06-12 19:59:33 +0200
commit75fc393514b64e2416c5a2d5a29997981ec12dc4 (patch)
tree4d3d74d2854ca2b69ab4cd930f4984c9a064d0f7 /sys
parent4ca73f9c87f1098a69deb761a8d23f040d8e89db (diff)
parentebcd9ade3f2d3098f069dcc0a0f093ca7b3ed6b1 (diff)
Merge pull request #195 from xairy/up-simplify-csource
Simplify generated C reproducers
Diffstat (limited to 'sys')
-rw-r--r--sys/decl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/decl.go b/sys/decl.go
index 05eadedec..03d51a1c4 100644
--- a/sys/decl.go
+++ b/sys/decl.go
@@ -14,6 +14,7 @@ type Call struct {
NR int // kernel syscall number
Name string
CallName string
+ Native bool // real of fake syscall
Args []Type
Ret Type
}