aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-10-15 20:07:28 +0200
committerDmitry Vyukov <dvyukov@google.com>2015-10-15 20:07:28 +0200
commit7f031e85ef365617dffd35ca5ba1f8cd2cf5174e (patch)
tree6b80fb3501e08b0d26c6f41137b40e1492ce4fce /executor
parent8d0aa4f7c0119ce68bcae6f704dc4149ca027179 (diff)
add common ioctl commands
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},