aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 203e742e1..0175b6dea 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -139,6 +139,10 @@ call_t syscalls[] = {
{"getsockopt$ipv6_opts", __NR_getsockopt},
{"setsockopt$ipv6_opts", __NR_setsockopt},
{"ioctl", __NR_ioctl},
+ {"ioctl$void", __NR_ioctl},
+ {"ioctl$int_in", __NR_ioctl},
+ {"ioctl$int_out", __NR_ioctl},
+ {"ioctl$fiemap", __NR_ioctl},
{"fcntl$dupfd", __NR_fcntl},
{"fcntl$getflags", __NR_fcntl},
{"fcntl$setflags", __NR_fcntl},