[PATCH] make osf_select() use core_sys_select()
... instead of open-coding it Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
bf7da7bcfb
commit
a2dcb44c3c
3 changed files with 7 additions and 66 deletions
|
@ -117,6 +117,8 @@ void zero_fd_set(unsigned long nr, unsigned long *fdset)
|
|||
extern int do_select(int n, fd_set_bits *fds, s64 *timeout);
|
||||
extern int do_sys_poll(struct pollfd __user * ufds, unsigned int nfds,
|
||||
s64 *timeout);
|
||||
extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp,
|
||||
fd_set __user *exp, s64 *timeout);
|
||||
|
||||
#endif /* KERNEL */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue