]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/syscalls.h
flag parameters: epoll_create
[linux-2.6-omap-h63xx.git] / include / linux / syscalls.h
index 9ab09926a7f278205bd58bb5c7294202be5fd378..85953240f28cb5109d20d311fd4d84ccbf1f8648 100644 (file)
@@ -430,6 +430,7 @@ asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
                        fd_set __user *exp, struct timeval __user *tvp);
 asmlinkage long sys_epoll_create(int size);
+asmlinkage long sys_epoll_create2(int size, int flags);
 asmlinkage long sys_epoll_ctl(int epfd, int op, int fd,
                                struct epoll_event __user *event);
 asmlinkage long sys_epoll_wait(int epfd, struct epoll_event __user *events,