Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/i386 Since NetBSD has poll(), use it.
details: https://anonhg.NetBSD.org/src/rev/c384aca2a387
branches: trunk
changeset: 467841:c384aca2a387
user: abs <abs%NetBSD.org@localhost>
date: Tue Mar 30 02:22:49 1999 +0000
description:
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:
sys/compat/linux/arch/i386/syscalls.master | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r b4a30a03e76b -r c384aca2a387 sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master Tue Mar 30 02:22:10 1999 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master Tue Mar 30 02:22:49 1999 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index