mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
- 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.
11 lines
262 B
Text
11 lines
262 B
Text
# $FreeBSD$
|
|
sysnames="svr4_syscallnames.c"
|
|
sysproto="svr4_proto.h"
|
|
sysproto_h=_SVR4_SYSPROTO_H_
|
|
syshdr="svr4_syscall.h"
|
|
syssw="svr4_sysent.c"
|
|
sysmk="/dev/null"
|
|
syscallprefix="SVR4_SYS_"
|
|
switchname="svr4_sysent"
|
|
namesname="svr4_syscallnames"
|
|
systrace="/dev/null"
|