summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_syscall.h
diff options
context:
space:
mode:
authorjasoni <jasoni@openbsd.org>2000-03-28 06:36:29 +0000
committerjasoni <jasoni@openbsd.org>2000-03-28 06:36:29 +0000
commit35e558cbfa8cd73cd04a997427f991dae6bf7822 (patch)
tree002243492db036818a19556d7053559cf2f76828 /sys/compat/linux/linux_syscall.h
parentImplement rt_sigreturn. (diff)
downloadwireguard-openbsd-35e558cbfa8cd73cd04a997427f991dae6bf7822.tar.xz
wireguard-openbsd-35e558cbfa8cd73cd04a997427f991dae6bf7822.zip
sync
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 a3689da416d..f723cc06d62 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.18 2000/03/27 22:38:43 jasoni Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.19 2000/03/28 06:36:29 jasoni Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.19 2000/03/27 22:38:12 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.20 2000/03/28 06:35:57 jasoni Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -396,6 +396,9 @@
/* syscall: "getresgid" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */
#define LINUX_SYS_getresgid 171
+/* syscall: "rt_sigreturn" ret: "int" args: "struct linux_rt_sigframe *" */
+#define LINUX_SYS_rt_sigreturn 173
+
/* syscall: "rt_sigaction" ret: "int" args: "int" "struct linux_sigaction *" "struct linux_sigaction *" "size_t" */
#define LINUX_SYS_rt_sigaction 174