summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-14 18:50:51 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-08-14 18:50:51 +0000
commit8cb5864509d4298aa0ef2806b82d153dce232f6b (patch)
tree85a582fe81fffcc67162abfe33b9b89c9f5b0efd /sys/compat/linux/linux_syscall.h
parentc68ee2fc45e294fe65b4dfe2928b190dd636e077 (diff)
regen.. again. sorry.
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r--sys/compat/linux/linux_syscall.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 8622148d24d..ef304fea946 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscall.h,v 1.42 2003/08/14 18:35:57 fgsch Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.43 2003/08/14 18:50:50 fgsch Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.41 2003/08/14 18:34:15 fgsch Exp
+ * created from OpenBSD: syscalls.master,v 1.42 2003/08/14 18:50:13 fgsch Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -682,7 +682,7 @@
/* syscall: "fcntl64" ret: "int" args: "u_int" "u_int" "void *" */
#define LINUX_SYS_fcntl64 221
-/* syscall: "exit" ret: "int" args: "int" */
-#define LINUX_SYS_exit 252
+/* syscall: "exit_group" ret: "int" args: "int" */
+#define LINUX_SYS_exit_group 252
#define LINUX_SYS_MAXSYSCALL 268