diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-10-13 15:59:17 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-10-13 20:13:40 +0200 |
| commit | f6b48b1774a31855353548ae0ab6a6349f827b2d (patch) | |
| tree | f56a80f491a21604a97070deacb71296670d5b31 /executor/syscalls.h | |
| parent | 379b657f36d2e85924501d9e98e0bd57486fbd5e (diff) | |
describe arguments of prctl syscall
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 86dc26a4b..144ae7975 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -125,7 +125,16 @@ call_t syscalls[] = { {"io_cancel", __NR_io_cancel}, {"capget", __NR_capget}, {"capset", __NR_capset}, - {"prctl", __NR_prctl}, + {"prctl$void", __NR_prctl}, + {"prctl$intptr", __NR_prctl}, + {"prctl$getreaper", __NR_prctl}, + {"prctl$setendian", __NR_prctl}, + {"prctl$setfpexc", __NR_prctl}, + {"prctl$setname", __NR_prctl}, + {"prctl$getname", __NR_prctl}, + {"prctl$setptracer", __NR_prctl}, + {"prctl$seccomp", __NR_prctl}, + {"prctl$setmm", __NR_prctl}, {"arch_prctl", __NR_arch_prctl}, {"seccomp", __NR_seccomp}, {"add_key", __NR_add_key}, |
