summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc/linux_syscalls.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2005-10-18 19:52:07 +0000
committerchristos <christos@NetBSD.org>2005-10-18 19:52:07 +0000
commite780c5edaf2604cfd02ddd1ca2c0394669faaf65 (patch)
tree782d08fad5344f0743c37b583315f610f254c40e /sys/compat/linux/arch/powerpc/linux_syscalls.c
parent8fc452caf82ca4a0ac2f18662b68a75919591d87 (diff)
regen
Diffstat (limited to 'sys/compat/linux/arch/powerpc/linux_syscalls.c')
-rw-r--r--sys/compat/linux/arch/powerpc/linux_syscalls.c10
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 */