1 1.1 manu /* $NetBSD: linux_syscalls.c,v 1.7 2002/02/15 16:48:01 christos Exp $ */ 2 1.1 manu 3 1.1 manu /* 4 1.1 manu * System call names. 5 1.1 manu * 6 1.1 manu * DO NOT EDIT-- this file is automatically generated. 7 1.7 christos * created from NetBSD: syscalls.master,v 1.4 2001/11/20 21:37:51 manu Exp 8 1.1 manu */ 9 1.1 manu 10 1.5 lukem #include <sys/cdefs.h> 11 1.5 lukem __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.7 2002/02/15 16:48:01 christos Exp $"); 12 1.5 lukem 13 1.1 manu #if defined(_KERNEL_OPT) 14 1.1 manu #if defined(_KERNEL_OPT) 15 1.1 manu #include "opt_compat_netbsd.h" 16 1.1 manu #include "opt_compat_43.h" 17 1.1 manu #endif 18 1.1 manu #include <sys/param.h> 19 1.1 manu #include <sys/poll.h> 20 1.1 manu #include <sys/systm.h> 21 1.1 manu #include <sys/signal.h> 22 1.1 manu #include <sys/mount.h> 23 1.1 manu #include <sys/syscallargs.h> 24 1.1 manu #include <compat/linux/common/linux_types.h> 25 1.1 manu #include <compat/linux/common/linux_signal.h> 26 1.1 manu #include <compat/linux/common/linux_siginfo.h> 27 1.1 manu #include <compat/linux/common/linux_machdep.h> 28 1.1 manu #include <compat/linux/common/linux_mmap.h> 29 1.3 manu #include <compat/linux/common/linux_socketcall.h> 30 1.1 manu #include <compat/linux/linux_syscallargs.h> 31