aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_netbsd.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-12 15:31:35 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-13 12:52:09 +0100
commita94baff95ecc03cf34ff2fbf5d514bb924f54855 (patch)
tree6f1be9f558b6d7f3253c75094e93f064f46b4d55 /executor/syscalls_netbsd.h
parent1623c95de18e7743bc514fae929d37ece749bdf4 (diff)
sys/syz-sysgen: don't generate syz_ syscall numbers
They don't seem to be used today.
Diffstat (limited to 'executor/syscalls_netbsd.h')
-rw-r--r--executor/syscalls_netbsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/executor/syscalls_netbsd.h b/executor/syscalls_netbsd.h
index 67bd8f8e9..04c9c6d7a 100644
--- a/executor/syscalls_netbsd.h
+++ b/executor/syscalls_netbsd.h
@@ -3,7 +3,6 @@
#if defined(__x86_64__) || 0
#define GOARCH "amd64"
#define SYZ_REVISION "8a10b163677425b6f340b2e4e277358c7c1a4237"
-
unsigned syscall_count = 188;
call_t syscalls[] = {
{"accept", 30},