diff options
| author | Ayushi Sharma <35501599+ais2397@users.noreply.github.com> | 2020-04-21 16:52:03 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 13:22:03 +0200 |
| commit | 2e44d63e401ead7d7928c95a30d243b2de1a243b (patch) | |
| tree | c93e0919c37cbe9a618a34b27413de54ae3d0d17 /executor | |
| parent | f20434a845bbb072edf211dd1a93b07a81bbbd7c (diff) | |
sys/netbsd: add lchmod(2) (#1687)
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 45a10eef7..fc1f417f5 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -143,7 +143,7 @@ struct call_attrs_t { #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "349aaeb62f14cb232ec4fa613f52453c7c3a19e4" +#define SYZ_REVISION "f2becd7444a1275207a36e0139d39ecbd3806cb4" #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 9ace3d237..d929d9ccf 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -21981,6 +21981,7 @@ const call_t syscalls[] = { {"getsockopt$sock_timeval", 118}, {"getuid", 24}, {"lchflags", 304}, + {"lchmod", 274}, {"lchown", 275}, {"link", 9}, {"linkat", 457}, |
