summaryrefslogtreecommitdiff
path: root/sys/compat/sunos/sunos_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/sunos/sunos_syscallargs.h')
-rw-r--r--sys/compat/sunos/sunos_syscallargs.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h
index cf9f3da584b..d4a43b53f91 100644
--- a/sys/compat/sunos/sunos_syscallargs.h
+++ b/sys/compat/sunos/sunos_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.32 1995/10/07 06:27:35 mycroft Exp
+ * created from OpenBSD
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -97,6 +97,12 @@ struct sunos_sys_setpgrp_args {
syscallarg(int) pgid;
};
+struct sunos_sys_fcntl_args {
+ syscallarg(int) fd;
+ syscallarg(int) cmd;
+ syscallarg(void *) arg;
+};
+
struct sunos_sys_setsockopt_args {
syscallarg(int) s;
syscallarg(int) level;
@@ -268,7 +274,7 @@ int compat_43_sys_gethostname __P((struct proc *, void *, register_t *));
int compat_43_sys_sethostname __P((struct proc *, void *, register_t *));
int compat_43_sys_getdtablesize __P((struct proc *, void *, register_t *));
int sys_dup2 __P((struct proc *, void *, register_t *));
-int sys_fcntl __P((struct proc *, void *, register_t *));
+int sunos_sys_fcntl __P((struct proc *, void *, register_t *));
int sys_select __P((struct proc *, void *, register_t *));
int sys_fsync __P((struct proc *, void *, register_t *));
int sys_setpriority __P((struct proc *, void *, register_t *));