diff options
| author | R3x <siddharth.muralee@gmail.com> | 2019-06-26 06:58:48 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-06-26 11:18:16 +0200 |
| commit | c0d1d69763c1595166d593a26fa6e1764c2df830 (patch) | |
| tree | 61f6985a334bb455b84de31c1e7b6ddb21588441 /executor | |
| parent | 0a8d1a965a65f2d6cc93d1180443f5ad658919b1 (diff) | |
sys/netbsd: Add new syscalls exit and ptrace
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 0b56589da..81d1b77fa 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -125,7 +125,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "db1d9602f5022150750b100d946feef07e2446c4" +#define SYZ_REVISION "96be9781647711050e565dac893dacbf183be15d" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 3d3b40663..bf68d080e 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -15623,6 +15623,7 @@ const call_t syscalls[] = { {"dup", 41}, {"dup2", 90}, {"execve", 59}, + {"exit", 1}, {"faccessat", 462}, {"fchdir", 13}, {"fchmod", 124}, @@ -15705,6 +15706,7 @@ const call_t syscalls[] = { {"pipe2", 453}, {"poll", 209}, {"preadv", 289}, + {"ptrace", 26}, {"pwritev", 290}, {"read", 3}, {"readlink", 58}, |
