mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
11 lines
257 B
C
11 lines
257 B
C
/*
|
|
* The syscall arguments are processed into a DTrace argument array
|
|
* using a generated function. See sys/kern/makesyscalls.sh.
|
|
*/
|
|
#include <sys/syscall.h>
|
|
#include <kern/systrace_args.c>
|
|
|
|
#define emulname netbsd
|
|
#define EMULNAME NETBSD
|
|
#define NATIVE
|