summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authorfvdl <fvdl@NetBSD.org>1995-06-11 14:57:56 +0000
committerfvdl <fvdl@NetBSD.org>1995-06-11 14:57:56 +0000
commitbfc9b29ab2bfc8631c8ba999f9ae2069690153ff (patch)
tree1c3be8e809eda92f8ec60f2dd081d40300f80ac3 /sys/compat/linux/linux_syscallargs.h
parentfc7cfb5f0b78a7b374373b9259e961e4c9346c1f (diff)
Remade these after syscalls.master had changed.
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index f29b145f9dc..c50c7aa81bf 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.4 1995/04/07 22:23:28 fvdl Exp
+ * created from NetBSD: syscalls.master,v 1.6 1995/06/11 14:57:01 fvdl Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -247,6 +247,10 @@ struct linux_getpgid_args {
syscallarg(int) pid;
};
+struct linux_personality_args {
+ syscallarg(int) per;
+};
+
struct linux_llseek_args {
syscallarg(int) fd;
syscallarg(u_int32_t) ohigh;