diff options
| author | thorpej <thorpej@NetBSD.org> | 1999-05-13 23:43:15 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1999-05-13 23:43:15 +0000 |
| commit | 087adcea5263cdfea3ad7d67f67742cd3bfead20 (patch) | |
| tree | 66730d8457f22f542e8d0ad6587e7450a2da6acf /sys/compat/linux/arch/alpha/linux_syscalls.c | |
| parent | fa1c5fed1a0170c999d82da93b71ce046d4126a2 (diff) | |
Regen.
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscalls.c b/sys/compat/linux/arch/alpha/linux_syscalls.c index 71e1fb74b62..775bc6064e2 100644 --- a/sys/compat/linux/arch/alpha/linux_syscalls.c +++ b/sys/compat/linux/arch/alpha/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscalls.c,v 1.9 1999/03/30 07:37:59 tron Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.10 1999/05/13 23:43:15 thorpej Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.9 1999/03/30 07:34:49 tron Exp + * created from NetBSD: syscalls.master,v 1.10 1999/05/13 23:42:34 thorpej Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -360,7 +360,7 @@ char *linux_syscallnames[] = { "#309 (unimplemented get_kernel_syms)", /* 309 = unimplemented get_kernel_syms */ "#310 (unimplemented syslog)", /* 310 = unimplemented syslog */ "reboot", /* 311 = reboot */ - "#312 (unimplemented clone)", /* 312 = unimplemented clone */ + "#312 (unimplemented { int linux_sys_clone ( int flags , void * stack ) ; })", /* 312 = unimplemented { int linux_sys_clone ( int flags , void * stack ) ; } */ #ifdef EXEC_AOUT "uselib", /* 313 = uselib */ #else |
