df78f6d313
- Send the systrace_args files for all the compat ABIs to /dev/null for now. Right now makesyscalls.sh generates a file with a hardcoded function name, so it wouldn't work for any of the ABIs anyway. Probably the function name should be configurable via a 'systracename' variable and the functions should be stored in a function pointer in the sysvec structure.
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
# syscalls.conf $FreeBSD$
|
|
sysnames="/dev/null"
|
|
#sysproto="ibcs2_isc.h"
|
|
sysproto="/dev/null"
|
|
sysproto_h=_IBCS2_ISC_H_
|
|
syshdr="ibcs2_isc_syscall.h"
|
|
sysmk="/dev/null"
|
|
syssw="ibcs2_isc_sysent.c"
|
|
syscallprefix="IBCS2_ISC_"
|
|
switchname="isc_sysent"
|
|
namesname="isc_syscallnames"
|
|
systrace="/dev/null"
|