summaryrefslogtreecommitdiff
path: root/sys/compat/hpux/hpux_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/hpux/hpux_syscall.h')
-rw-r--r--sys/compat/hpux/hpux_syscall.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/compat/hpux/hpux_syscall.h b/sys/compat/hpux/hpux_syscall.h
index 7f66f5266d3..302be029345 100644
--- a/sys/compat/hpux/hpux_syscall.h
+++ b/sys/compat/hpux/hpux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_syscall.h,v 1.10 2002/10/30 20:11:28 millert Exp $ */
+/* $OpenBSD: hpux_syscall.h,v 1.11 2004/06/30 20:40:26 mickey Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.9 2002/10/30 20:10:48 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.10 2004/06/30 20:40:05 mickey Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -373,6 +373,9 @@
/* syscall: "getdtablesize" ret: "int" args: */
#define HPUX_SYS_getdtablesize 268
+/* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */
+#define HPUX_SYS_poll 269
+
/* syscall: "fchdir" ret: "int" args: "int" */
#define HPUX_SYS_fchdir 272
@@ -436,4 +439,4 @@
/* syscall: "nshmctl" ret: "int" args: "int" "int" "caddr_t" */
#define HPUX_SYS_nshmctl 314
-#define HPUX_SYS_MAXSYSCALL 315
+#define HPUX_SYS_MAXSYSCALL 325