1 /* $NetBSD: linux32_syscalls.c,v 1.1.10.2 2006/04/22 11:38:14 simonb Exp $ */ 2 3 #include <sys/cdefs.h> 4 __KERNEL_RCSID(1, "$NetBSD: linux32_syscalls.c,v 1.1.10.2 2006/04/22 11:38:14 simonb Exp $"); 5 6 #if defined(__amd64__) 7 #include "../../sys/compat/linux32/arch/amd64/linux32_syscalls.c" 8 #else 9 const char * const linux32_syscallnames[] = { 0 }; 10 #endif 11