summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1995-05-06 18:16:35 +0000
committermycroft <mycroft@NetBSD.org>1995-05-06 18:16:35 +0000
commit2b0696ff3cf19c7acbd29cef6c756952d1242b3e (patch)
treeb5a74717be21d5e8e6a3d144e1ae002ad8cde3e7 /sys/compat/linux/linux_syscallargs.h
parent4f919ecd87b76d16c9ca2e2501ea0770ffe9aae3 (diff)
Add linux_modify_ldt(), if __i386__.
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index dbbd014a259..f29b145f9dc 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -231,6 +231,12 @@ struct linux_uname_args {
syscallarg(struct linux_utsname *) up;
};
+struct linux_modify_ldt_args {
+ syscallarg(int) func;
+ syscallarg(void *) ptr;
+ syscallarg(size_t) bytecount;
+};
+
struct linux_sigprocmask_args {
syscallarg(int) how;
syscallarg(linux_sigset_t *) set;