diff options
| author | christos <christos@NetBSD.org> | 2005-10-18 19:52:07 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-10-18 19:52:07 +0000 |
| commit | e780c5edaf2604cfd02ddd1ca2c0394669faaf65 (patch) | |
| tree | 782d08fad5344f0743c37b583315f610f254c40e /sys/compat/linux/arch/powerpc/linux_syscalls.c | |
| parent | 8fc452caf82ca4a0ac2f18662b68a75919591d87 (diff) | |
regen
Diffstat (limited to 'sys/compat/linux/arch/powerpc/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_syscalls.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_syscalls.c b/sys/compat/linux/arch/powerpc/linux_syscalls.c index d94692bc328..ed1a10ebad6 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscalls.c +++ b/sys/compat/linux/arch/powerpc/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.29 2005/05/16 21:18:19 fvdl Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.30 2005/10/18 19:52:07 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.23 2005/05/16 21:17:11 fvdl Exp + * created from NetBSD: syscalls.master,v 1.25 2005/10/18 19:51:47 christos Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.29 2005/05/16 21:18:19 fvdl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.30 2005/10/18 19:52:07 christos Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) @@ -117,7 +117,11 @@ const char *const linux_syscallnames[] = { "symlink", /* 83 = symlink */ "oolstat", /* 84 = oolstat */ "readlink", /* 85 = readlink */ +#ifdef EXEC_AOUT "uselib", /* 86 = uselib */ +#else + "#86 (unimplemented sys_uselib)", /* 86 = unimplemented sys_uselib */ +#endif "swapon", /* 87 = swapon */ "reboot", /* 88 = reboot */ "readdir", /* 89 = readdir */ |
