diff options
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
| -rw-r--r-- | sys/compat/linux/linux_syscall.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index 46dce0cf412..77361e2ebcb 100644 --- a/sys/compat/linux/linux_syscall.h +++ b/sys/compat/linux/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.31 1998/08/07 17:21:35 kleink Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.32 1998/09/11 23:14:57 mycroft Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.24 1998/08/05 00:44:34 perry Exp + * created from NetBSD: syscalls.master,v 1.25 1998/09/11 12:50:09 mycroft Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -165,7 +165,7 @@ /* syscall: "setsid" ret: "int" args: */ #define LINUX_SYS_setsid 66 -/* syscall: "sigaction" ret: "int" args: "int" "struct linux_sigaction *" "struct linux_sigaction *" */ +/* syscall: "sigaction" ret: "int" args: "int" "const struct linux_sigaction *" "struct linux_sigaction *" */ #define LINUX_SYS_sigaction 67 /* syscall: "siggetmask" ret: "int" args: */ @@ -318,7 +318,7 @@ /* syscall: "mprotect" ret: "int" args: "caddr_t" "int" "int" */ #define LINUX_SYS_mprotect 125 -/* syscall: "sigprocmask" ret: "int" args: "int" "linux_sigset_t *" "linux_sigset_t *" */ +/* syscall: "sigprocmask" ret: "int" args: "int" "const linux_sigset_t *" "linux_sigset_t *" */ #define LINUX_SYS_sigprocmask 126 /* syscall: "getpgid" ret: "int" args: "int" */ |
