aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_akaros.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-10-14 19:57:48 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-10-16 14:21:54 +0200
commit2647772874bf02bb2fb0cb237ba9aaae1e2a14ec (patch)
treebdea3eabf45ef29cb6035453d0249db1a77c7d2f /executor/syscalls_akaros.h
parentaa2533b98d21ebcad5777310215159127bfe3573 (diff)
sys/akaros: add akaros support
Diffstat (limited to 'executor/syscalls_akaros.h')
-rw-r--r--executor/syscalls_akaros.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/executor/syscalls_akaros.h b/executor/syscalls_akaros.h
new file mode 100644
index 000000000..3cdd883a2
--- /dev/null
+++ b/executor/syscalls_akaros.h
@@ -0,0 +1,47 @@
+// AUTOGENERATED FILE
+
+#if defined(__x86_64__) || 0
+#define GOARCH "amd64"
+#define SYZ_REVISION "77727415c41fde64d42084c526dfb8bf1f1abf05"
+
+unsigned syscall_count = 36;
+call_t syscalls[] = {
+ {"abort_sysc_fd", 33},
+ {"chdir", 116},
+ {"close", 103},
+ {"fchdir", 124},
+ {"fcntl$F_DUPFD", 107},
+ {"fcntl$F_DUPFD_CLOEXEC", 107},
+ {"fcntl$F_GETFD", 107},
+ {"fcntl$F_GETFL", 107},
+ {"fcntl$F_GETLK", 107},
+ {"fcntl$F_GETOWN", 107},
+ {"fcntl$F_SETFD", 107},
+ {"fcntl$F_SETFL", 107},
+ {"fcntl$F_SETLK", 107},
+ {"fcntl$F_SETLKW", 107},
+ {"fcntl$F_SETOWN", 107},
+ {"fork", 15},
+ {"fstat", 104},
+ {"getcwd", 117},
+ {"link", 112},
+ {"llseek", 111},
+ {"lstat", 106},
+ {"mkdir", 118},
+ {"mmap", 18},
+ {"mprotect", 20},
+ {"munmap", 19},
+ {"nanosleep", 36},
+ {"openat", 102},
+ {"read", 100},
+ {"readlink", 115},
+ {"rename", 123},
+ {"rmdir", 119},
+ {"stat", 105},
+ {"symlink", 114},
+ {"unlink", 113},
+ {"waitpid", 17},
+ {"write", 101},
+
+};
+#endif