aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-12-21 19:28:13 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-12-21 19:28:13 +0000
commit81bca0e98c7b67d02145f915fe48da2db8867f2a (patch)
tree1db9fc773c2bf4244bba3fb0186ee192c283ab24 /sys
parentc26abb753a92ecb1c0363d4393b7433acbcdec80 (diff)
downloadsrc-81bca0e98c7b67d02145f915fe48da2db8867f2a.tar.gz
src-81bca0e98c7b67d02145f915fe48da2db8867f2a.zip
Syscall 168 (poll) is not implemented in the Linux emulator. This
syscall is used by Oracle. PR: 9154 Submitted by: Marcel Moolenaar <marcel@scc.nl>
Notes
Notes: svn path=/head/; revision=41987
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/linux/syscalls.master5
-rw-r--r--sys/i386/linux/syscalls.master5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master
index 3b24f1384627..4596cda84111 100644
--- a/sys/alpha/linux/syscalls.master
+++ b/sys/alpha/linux/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.12 1998/07/10 22:30:08 jkh Exp $
+ $Id: syscalls.master,v 1.13 1998/12/19 02:55:33 julian Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
@@ -239,7 +239,8 @@
165 UNIMPL LINUX getresuid
166 UNIMPL LINUX new_vm86
167 UNIMPL LINUX query_module
-168 UNIMPL LINUX poll
+168 UNIMPL LINUX { int poll(struct pollfd*, unsigned int nfds, \
+ long timeout); }
169 UNIMPL LINUX nfsservctl
170 UNIMPL LINUX setresgid
171 UNIMPL LINUX getresgid
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 3b24f1384627..4596cda84111 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.12 1998/07/10 22:30:08 jkh Exp $
+ $Id: syscalls.master,v 1.13 1998/12/19 02:55:33 julian Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from LINUX).
@@ -239,7 +239,8 @@
165 UNIMPL LINUX getresuid
166 UNIMPL LINUX new_vm86
167 UNIMPL LINUX query_module
-168 UNIMPL LINUX poll
+168 UNIMPL LINUX { int poll(struct pollfd*, unsigned int nfds, \
+ long timeout); }
169 UNIMPL LINUX nfsservctl
170 UNIMPL LINUX setresgid
171 UNIMPL LINUX getresgid