1 1.220 wrstuden /* $NetBSD: syscalls.c,v 1.292 2015/11/30 23:25:54 pgoyette Exp $ */ 2 1.72 thorpej 3 1.1 cgd /* 4 1.1 cgd * System call names. 5 1.1 cgd * 6 1.1 cgd * DO NOT EDIT-- this file is automatically generated. 7 1.290 pgoyette * created from NetBSD: syscalls.master,v 1.280 2015/10/10 03:27:30 pgoyette Exp 8 1.1 cgd */ 9 1.75 thorpej 10 1.123 lukem #include <sys/cdefs.h> 11 1.220 wrstuden __KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.292 2015/11/30 23:25:54 pgoyette Exp $"); 12 1.123 lukem 13 1.121 mrg #if defined(_KERNEL_OPT) 14 1.230 pooka #include "opt_modular.h" 15 1.110 bjh21 #include "opt_ntp.h" 16 1.93 tron #include "opt_sysv.h" 17 1.75 thorpej #include <sys/param.h> 18 1.75 thorpej #include <sys/systm.h> 19 1.75 thorpej #include <sys/signal.h> 20 1.246 christos #include <sys/socket.h> 21 1.75 thorpej #include <sys/mount.h> 22 1.218 tsutsui #include <sys/sched.h> 23 1.75 thorpej #include <sys/syscallargs.h> 24