|
@@ -624,7 +624,7 @@ asmlinkage long sys_socketpair(int, int, int, int __user *);
|
|
asmlinkage long sys_socketcall(int call, unsigned long __user *args);
|
|
asmlinkage long sys_socketcall(int call, unsigned long __user *args);
|
|
asmlinkage long sys_listen(int, int);
|
|
asmlinkage long sys_listen(int, int);
|
|
asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
|
|
asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
|
|
- long timeout);
|
|
|
|
|
|
+ int timeout);
|
|
asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
|
|
asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
|
|
fd_set __user *exp, struct timeval __user *tvp);
|
|
fd_set __user *exp, struct timeval __user *tvp);
|
|
asmlinkage long sys_old_select(struct sel_arg_struct __user *arg);
|
|
asmlinkage long sys_old_select(struct sel_arg_struct __user *arg);
|