summaryrefslogtreecommitdiff
path: root/sys/compat/osf1/syscalls.master
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-02 20:20:34 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-02 20:20:34 +0000
commit051b97e82f11412622564140923b4465d6118a57 (patch)
tree625c67788333d6a9349ff61e6f1249f6af78776e /sys/compat/osf1/syscalls.master
parent20b39632ff51269de73cc695aed5350d4fd1f0d9 (diff)
Make emulations use our native poll(2)
Diffstat (limited to 'sys/compat/osf1/syscalls.master')
-rw-r--r--sys/compat/osf1/syscalls.master8
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, \