aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r--include/linux/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
index 9ab09926a7f2..85953240f28c 100644
--- a/include/linux/syscalls.h
+++ b/include/linux/syscalls.h
@@ -430,6 +430,7 @@ asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
430asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp, 430asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
431 fd_set __user *exp, struct timeval __user *tvp); 431 fd_set __user *exp, struct timeval __user *tvp);
432asmlinkage long sys_epoll_create(int size); 432asmlinkage long sys_epoll_create(int size);
433asmlinkage long sys_epoll_create2(int size, int flags);
433asmlinkage long sys_epoll_ctl(int epfd, int op, int fd, 434asmlinkage long sys_epoll_ctl(int epfd, int op, int fd,
434 struct epoll_event __user *event); 435 struct epoll_event __user *event);
435asmlinkage long sys_epoll_wait(int epfd, struct epoll_event __user *events, 436asmlinkage long sys_epoll_wait(int epfd, struct epoll_event __user *events,