diff options
| author | tron <tron@NetBSD.org> | 1999-12-16 15:13:41 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 1999-12-16 15:13:41 +0000 |
| commit | 885afa5fcedb3d77ab367d48cfdacb743650aee4 (patch) | |
| tree | b27cc841d2df70bde97cffd2f36a09b8f5258fb6 /sys/compat/linux/arch/alpha/linux_syscall.h | |
| parent | 764eda2f33b38038931d0d76f9726758baa0f1d2 (diff) | |
Regen.
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_syscall.h')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscall.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h index 2c103bcfc11..6df8de98b66 100644 --- a/sys/compat/linux/arch/alpha/linux_syscall.h +++ b/sys/compat/linux/arch/alpha/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.13 1999/12/05 21:26:36 tron Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.14 1999/12/16 15:13:41 tron Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.14 1999/12/05 21:25:36 tron Exp + * created from NetBSD: syscalls.master,v 1.15 1999/12/16 15:13:01 tron Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -64,6 +64,9 @@ /* syscall: "getuid" ret: "uid_t" args: */ #define LINUX_SYS_getuid 24 +/* syscall: "ptrace" ret: "int" args: "int" "int" "int" "int" */ +#define LINUX_SYS_ptrace 26 + /* syscall: "access" ret: "int" args: "char *" "int" */ #define LINUX_SYS_access 33 |
