Home | History | Annotate | Line # | Download | only in syscall
      1 /*
      2  * The syscall arguments are processed into a DTrace argument array
      3  * using a generated function. See sys/kern/makesyscalls.sh.
      4  */
      5 #include <sys/syscall.h>
      6 #include <kern/systrace_args.c>
      7 
      8 #define emulname	netbsd
      9 #define EMULNAME	NETBSD
     10 #define NATIVE
     11