summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
authorgraichen <graichen@openbsd.org>1997-04-14 11:16:23 +0000
committergraichen <graichen@openbsd.org>1997-04-14 11:16:23 +0000
commit42a9bd948bcbee224f555921ac3b4eefe4ca07fc (patch)
treedbe59fc6c243ac3790f2a0bf7e8c3e6555658005 /sys/compat/linux/linux_syscall.h
parentbuild stand (AND boot) (diff)
downloadwireguard-openbsd-42a9bd948bcbee224f555921ac3b4eefe4ca07fc.tar.xz
wireguard-openbsd-42a9bd948bcbee224f555921ac3b4eefe4ca07fc.zip
#34 - linux_sys_nice from NetBSD
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r--sys/compat/linux/linux_syscall.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 0265a9e83ce..703a9dd490c 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,10 +1,8 @@
-/* $OpenBSD: linux_syscall.h,v 1.6 1996/08/02 20:35:21 niklas Exp $ */
-
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.5 1996/04/28 07:38:24 etheisen Exp
+ * created from OpenBSD: syscalls.master,v 1.7 1996/05/22 12:01:51 deraadt Exp
*/
#define LINUX_SYS_syscall 0
@@ -37,6 +35,7 @@
#define LINUX_SYS_pause 29
#define LINUX_SYS_utime 30
#define LINUX_SYS_access 33
+#define LINUX_SYS_nice 34
#define LINUX_SYS_sync 36
#define LINUX_SYS_kill 37
#define LINUX_SYS_rename 38