diff options
author | sos <sos@FreeBSD.org> | 1998-12-22 09:00:47 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-12-22 09:00:47 +0000 |
commit | ac56d181bdf2f3f6d1a9310bb7c343f1e90e1eaf (patch) | |
tree | 8488407febca924c37ca0f9dada45fe6c9e790f2 /sys/i386/linux/linux_syscall.h | |
parent | 23bd50b5ed88b19c65b495ee9aa30c03a00b66d4 (diff) | |
download | FreeBSD-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/i386/linux/linux_syscall.h')
-rw-r--r-- | sys/i386/linux/linux_syscall.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |