summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index 4bcb75e3bc7..5ed8e662637 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_syscallargs.h
@@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.15 1997/08/29 19:55:57 kstailey Exp
+ * created from OpenBSD: syscalls.master,v 1.16 1997/08/29 20:15:07 kstailey Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -477,6 +477,10 @@ int sys_setitimer __P((struct proc *, void *, register_t *));
int svr4_sys_pread __P((struct proc *, void *, register_t *));
int svr4_sys_pwrite __P((struct proc *, void *, register_t *));
int svr4_sys_acl __P((struct proc *, void *, register_t *));
+int sys_clock_gettime __P((struct proc *, void *, register_t *));
+int sys_clock_settime __P((struct proc *, void *, register_t *));
+int sys_clock_getres __P((struct proc *, void *, register_t *));
+int sys_nanosleep __P((struct proc *, void *, register_t *));
int svr4_sys_facl __P((struct proc *, void *, register_t *));
int compat_43_sys_setreuid __P((struct proc *, void *, register_t *));
int compat_43_sys_setregid __P((struct proc *, void *, register_t *));