X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flinux%2Fepoll_ctl.c;fp=src%2Flinux%2Fepoll_ctl.c;h=0000000000000000000000000000000000000000;hb=b9bb8f67bbac9bab5314fb00974ad469476e936e;hp=da3e999b5d82a332ba034615682c92dc59c8bcd8;hpb=780aede41913528781bbc8ff0d0e27505595f7c0;p=musl 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 -#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); -}