summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-12-22 09:00:47 +0000
committersos <sos@FreeBSD.org>1998-12-22 09:00:47 +0000
commitac56d181bdf2f3f6d1a9310bb7c343f1e90e1eaf (patch)
tree8488407febca924c37ca0f9dada45fe6c9e790f2 /sys
parent23bd50b5ed88b19c65b495ee9aa30c03a00b66d4 (diff)
downloadFreeBSD-src-ac56d181bdf2f3f6d1a9310bb7c343f1e90e1eaf.zip
FreeBSD-src-ac56d181bdf2f3f6d1a9310bb7c343f1e90e1eaf.tar.gz
The result of running make linux_sysent.c on the new syscalls.master
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/linux/linux_proto.h2
-rw-r--r--sys/i386/linux/linux_syscall.h3
-rw-r--r--sys/i386/linux/linux_sysent.c4
3 files changed, 5 insertions, 4 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index c944cdc..0e258c9 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
+ * created from Id: syscalls.master,v 1.15 1998/12/22 08:59:19 sos Exp
*/
#ifndef _LINUX_SYSPROTO_H_
diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h
index f0ed2ef..028badc 100644
--- a/sys/i386/linux/linux_syscall.h
+++ b/sys/i386/linux/linux_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
+ * created from Id: syscalls.master,v 1.15 1998/12/22 08:59:19 sos Exp
*/
#define LINUX_SYS_linux_setup 0
@@ -162,5 +162,6 @@
#define LINUX_SYS_sched_rr_get_interval 161
#define LINUX_SYS_nanosleep 162
#define LINUX_SYS_linux_mremap 163
+#define LINUX_SYS_poll 168
#define LINUX_SYS_linux_chown 182
#define LINUX_SYS_MAXSYSCALL 183
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 7f194ea..82435e6 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.14 1998/12/21 19:28:13 sos Exp
+ * created from Id: syscalls.master,v 1.15 1998/12/22 08:59:19 sos Exp
*/
#include "opt_compat.h"
@@ -182,7 +182,7 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 165 = getresuid */
{ 0, (sy_call_t *)nosys }, /* 166 = new_vm86 */
{ 0, (sy_call_t *)nosys }, /* 167 = query_module */
- { 0, (sy_call_t *)nosys }, /* 168 = { */
+ { 3, (sy_call_t *)poll }, /* 168 = poll */
{ 0, (sy_call_t *)nosys }, /* 169 = nfsservctl */
{ 0, (sy_call_t *)nosys }, /* 170 = setresgid */
{ 0, (sy_call_t *)nosys }, /* 171 = getresgid */
OpenPOWER on IntegriCloud