summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscallargs.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-03-14 00:44:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-03-14 00:44:21 +0000
commit23f1eb80011a08ad6a6ea4f200e3a7d86c78ae1d (patch)
tree8b4e8efa5cc44875877208842538b99cd651e5c3 /sys/compat/linux/linux_syscallargs.h
parent4e75a2f3d47fcb4101ad6c63743e4262538a944a (diff)
Regen after syscall changes (option PTRACE)
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/linux_syscallargs.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 53b00bd1a3e..42438b81615 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.34 2002/02/04 20:06:16 provos Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.35 2002/03/14 00:44:20 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.32 2002/02/04 20:04:52 provos Exp
+ * created from OpenBSD: syscalls.master,v 1.33 2002/03/14 00:42:25 miod Exp
*/
#ifdef syscallarg
@@ -553,7 +553,10 @@ int linux_sys_umount __P((struct proc *, void *, register_t *));
int sys_setuid __P((struct proc *, void *, register_t *));
int sys_getuid __P((struct proc *, void *, register_t *));
int linux_sys_stime __P((struct proc *, void *, register_t *));
+#ifdef PTRACE
int linux_sys_ptrace __P((struct proc *, void *, register_t *));
+#else
+#endif
int linux_sys_alarm __P((struct proc *, void *, register_t *));
int linux_sys_ofstat __P((struct proc *, void *, register_t *));
int linux_sys_pause __P((struct proc *, void *, register_t *));