diff options
| author | augustss <augustss@NetBSD.org> | 1997-04-07 14:15:06 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1997-04-07 14:15:06 +0000 |
| commit | 52e73da1a45f003dff835995d216ad982de463c1 (patch) | |
| tree | f58cd276d6a7d9c8831cda09d0e420473514b239 /sys/compat/linux/linux_syscall.h | |
| parent | bc5c0f6530c550b834cafe8e03fec35f501eac72 (diff) | |
Regen.
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
| -rw-r--r-- | sys/compat/linux/linux_syscall.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index ea1d4cc9418..c713f3614bf 100644 --- a/sys/compat/linux/linux_syscall.h +++ b/sys/compat/linux/linux_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.16 1996/05/20 01:59:35 fvdl Exp + * created from NetBSD: syscalls.master,v 1.17 1997/04/07 14:13:19 augustss Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -85,6 +85,9 @@ /* syscall: "access" ret: "int" args: "char *" "int" */ #define LINUX_SYS_access 33 +/* syscall: "nice" ret: "int" args: "int" */ +#define LINUX_SYS_nice 34 + /* syscall: "sync" ret: "int" args: */ #define LINUX_SYS_sync 36 |
