diff options
author | 2000-04-12 04:23:05 +0000 | |
---|---|---|
committer | 2000-04-12 04:23:05 +0000 | |
commit | c0a82072f5e51b21fd86b24ef5fac6ad9e22cd15 (patch) | |
tree | b6ab2e9bf06f04ac99b684265f98b1968b4eec0a /sys/compat/linux/linux_syscall.h | |
parent | Implement linux's setfsuid and getfsuid (from NetBSD) (diff) | |
download | wireguard-openbsd-c0a82072f5e51b21fd86b24ef5fac6ad9e22cd15.tar.xz wireguard-openbsd-c0a82072f5e51b21fd86b24ef5fac6ad9e22cd15.zip |
sync
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index 72964bf40dd..bcaea04b8f3 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.20 2000/04/04 05:32:17 jasoni Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.21 2000/04/12 04:23:05 jasoni Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.21 2000/04/04 05:31:50 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.22 2000/04/12 04:22:40 jasoni Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -339,6 +339,12 @@ /* syscall: "personality" ret: "int" args: "int" */ #define LINUX_SYS_personality 136 +/* syscall: "setfsuid" ret: "int" args: "uid_t" */ +#define LINUX_SYS_setfsuid 138 + +/* syscall: "getfsuid" ret: "int" args: */ +#define LINUX_SYS_getfsuid 139 + /* syscall: "llseek" ret: "int" args: "int" "u_int32_t" "u_int32_t" "caddr_t" "int" */ #define LINUX_SYS_llseek 140 |