|
@@ -19,6 +19,14 @@ _syscall1(int, epoll_create, int, size)
|
|
_syscall1(int, epoll_create1, int, flags)
|
|
_syscall1(int, epoll_create1, int, flags)
|
|
_syscall4(int, epoll_ctl, int, epfd, int, op, int, fd, struct epoll_event *, event)
|
|
_syscall4(int, epoll_ctl, int, epfd, int, op, int, fd, struct epoll_event *, event)
|