diff options
| author | abs <abs@NetBSD.org> | 1999-03-30 02:22:49 +0000 |
|---|---|---|
| committer | abs <abs@NetBSD.org> | 1999-03-30 02:22:49 +0000 |
| commit | 9c2ef08c3eb2969c3d7dc42bbee5ac2d51120bfd (patch) | |
| tree | 20bceb8bcbc50a10a14c78c9db4174aa1ef6a579 /sys/compat/linux | |
| parent | 004b0f345d832dfd6f2beb842b8d81d40cd9ba8f (diff) | |
Since NetBSD has poll(), use it.
Linux oracle install now gets far enough that I want our DBA around to
see if we can finish the job.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/i386/syscalls.master | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/i386/syscalls.master b/sys/compat/linux/arch/i386/syscalls.master index 78b9b0c7213..df2cc352657 100644 --- a/sys/compat/linux/arch/i386/syscalls.master +++ b/sys/compat/linux/arch/i386/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.31 1999/03/27 01:10:57 tron Exp $ + $NetBSD: syscalls.master,v 1.32 1999/03/30 02:22:49 abs Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -36,6 +36,7 @@ #include "opt_compat_43.h" #include <sys/param.h> +#include <sys/poll.h> #include <sys/systm.h> #include <sys/signal.h> #include <sys/mount.h> @@ -263,7 +264,8 @@ 165 UNIMPL getresuid 166 UNIMPL vm86 167 UNIMPL query_module -168 UNIMPL poll +168 NOARGS { int sys_poll(struct pollfd *fds, u_int nfds, \ + int timeout); } 169 UNIMPL nfsservctl 170 UNIMPL setresgid 171 UNIMPL setresgid |
