diff options
Diffstat (limited to 'src/linux/epoll_ctl.c')
-rw-r--r-- | src/linux/epoll_ctl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/linux/epoll_ctl.c b/src/linux/epoll_ctl.c deleted file mode 100644 index da3e999b..00000000 --- a/src/linux/epoll_ctl.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <sys/epoll.h> -#include "syscall.h" - -int epoll_ctl(int fd, int op, int fd2, struct epoll_event *ev) -{ - return syscall(SYS_epoll_ctl, fd, op, fd2, ev); -} |