diff options
Diffstat (limited to 'sys/compat/osf1/syscalls.master')
-rw-r--r-- | sys/compat/osf1/syscalls.master | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/compat/osf1/syscalls.master b/sys/compat/osf1/syscalls.master index b2598938356..32af409fa70 100644 --- a/sys/compat/osf1/syscalls.master +++ b/sys/compat/osf1/syscalls.master @@ -1,4 +1,5 @@ - $NetBSD: syscalls.master,v 1.2 1995/10/07 06:27:28 mycroft Exp $ + $OpenBSD: syscalls.master,v 1.2 1996/08/02 20:20:30 niklas Exp $ +; $NetBSD: syscalls.master,v 1.2 1995/10/07 06:27:28 mycroft Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -35,7 +36,9 @@ #include <sys/systm.h> #include <sys/signal.h> #include <sys/mount.h> +#include <sys/poll.h> #include <sys/syscallargs.h> + #include <compat/osf1/osf1_syscallargs.h> 0 NOARGS { int sys_nosys(void); } syscall @@ -145,7 +148,8 @@ 92 STD { int osf1_sys_fcntl(int fd, int cmd, void *arg); } 93 NOARGS { int sys_select(u_int nd, fd_set *in, fd_set *ou, \ fd_set *ex, struct timeval *tv); } -94 UNIMPL poll +94 STD { int osf1_sys_poll(struct pollfd *fds, \ + unsigned int nfds, int timeout); } 95 NOARGS { int sys_fsync(int fd); } 96 NOARGS { int sys_setpriority(int which, int who, int prio); } 97 STD { int osf1_sys_socket(int domain, int type, \ |