diff options
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index 2669e965fa4..9107ecf3cea 100644 --- a/sys/compat/linux/linux_syscall.h +++ b/sys/compat/linux/linux_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscall.h,v 1.74 2012/06/19 11:35:56 pirofti Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.75 2013/08/13 05:54:10 guenther Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.70 2012/06/19 11:31:39 pirofti Exp + * created from OpenBSD: syscalls.master,v 1.72 2013/08/13 05:52:22 guenther Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -502,7 +502,7 @@ /* syscall: "sched_rr_get_interval" ret: "int" args: */ #define LINUX_SYS_sched_rr_get_interval 161 -/* syscall: "nanosleep" ret: "int" args: "const struct timespec *" "struct timespec *" */ +/* syscall: "nanosleep" ret: "int" args: "const struct timespec32 *" "struct timespec32 *" */ #define LINUX_SYS_nanosleep 162 /* syscall: "mremap" ret: "int" args: "void *" "size_t" "size_t" "long" */ |