From 7f031e85ef365617dffd35ca5ba1f8cd2cf5174e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 15 Oct 2015 20:07:28 +0200 Subject: add common ioctl commands --- executor/syscalls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'executor') 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}, -- cgit mrf-deployment