summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r--sys/compat/linux/linux_syscall.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 15c4d9ea315..93cb5dc20dd 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.22 2000/06/07 13:37:55 niklas Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.23 2000/06/07 14:23:07 niklas Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.22 2000/04/12 04:22:40 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.24 2000/06/07 14:11:38 niklas Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -429,6 +429,9 @@
/* syscall: "getcwd" ret: "int" args: "char *" "size_t" */
#define LINUX_SYS_getcwd 183
+/* syscall: "sigaltstack" ret: "int" args: "const struct linux_sigaltstack *" "struct linux_sigaltstack *" */
+#define LINUX_SYS_sigaltstack 186
+
/* syscall: "vfork" ret: "int" args: */
#define LINUX_SYS_vfork 190