summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 1d7bacadc6a..cd4bbd15b10 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscallargs.h,v 1.21 2000/04/04 05:32:17 jasoni Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.22 2000/04/12 04:23:05 jasoni Exp $ */
/*
* System call argument lists.
*
* 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
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -308,6 +308,10 @@ struct linux_sys_personality_args {
syscallarg(int) per;
};
+struct linux_sys_setfsuid_args {
+ syscallarg(uid_t) uid;
+};
+
struct linux_sys_llseek_args {
syscallarg(int) fd;
syscallarg(u_int32_t) ohigh;
@@ -549,6 +553,8 @@ int linux_sys_sigprocmask __P((struct proc *, void *, register_t *));
int linux_sys_getpgid __P((struct proc *, void *, register_t *));
int sys_fchdir __P((struct proc *, void *, register_t *));
int linux_sys_personality __P((struct proc *, void *, register_t *));
+int linux_sys_setfsuid __P((struct proc *, void *, register_t *));
+int linux_sys_getfsuid __P((struct proc *, void *, register_t *));
int linux_sys_llseek __P((struct proc *, void *, register_t *));
int linux_sys_getdents __P((struct proc *, void *, register_t *));
int linux_sys_select __P((struct proc *, void *, register_t *));