diff options
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r-- | include/linux/syscalls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 8126f239edf0..85a9f21fe11a 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -34,6 +34,7 @@ struct pollfd; | |||
34 | struct rlimit; | 34 | struct rlimit; |
35 | struct rusage; | 35 | struct rusage; |
36 | struct sched_param; | 36 | struct sched_param; |
37 | struct sel_arg_struct; | ||
37 | struct semaphore; | 38 | struct semaphore; |
38 | struct sembuf; | 39 | struct sembuf; |
39 | struct shmid_ds; | 40 | struct shmid_ds; |
@@ -638,6 +639,7 @@ asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds, | |||
638 | long timeout); | 639 | long timeout); |
639 | asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp, | 640 | asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp, |
640 | fd_set __user *exp, struct timeval __user *tvp); | 641 | fd_set __user *exp, struct timeval __user *tvp); |
642 | asmlinkage long sys_old_select(struct sel_arg_struct __user *arg); | ||
641 | asmlinkage long sys_epoll_create(int size); | 643 | asmlinkage long sys_epoll_create(int size); |
642 | asmlinkage long sys_epoll_create1(int flags); | 644 | asmlinkage long sys_epoll_create1(int flags); |
643 | asmlinkage long sys_epoll_ctl(int epfd, int op, int fd, | 645 | asmlinkage long sys_epoll_ctl(int epfd, int op, int fd, |