diff options
author | 2000-03-28 06:36:29 +0000 | |
---|---|---|
committer | 2000-03-28 06:36:29 +0000 | |
commit | 35e558cbfa8cd73cd04a997427f991dae6bf7822 (patch) | |
tree | 002243492db036818a19556d7053559cf2f76828 /sys/compat/linux/linux_syscall.h | |
parent | Implement rt_sigreturn. (diff) | |
download | wireguard-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.h | 7 |
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 |