mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
This commits makes necessary changes in syscall/sysent generation infrastructure. PR: kern/152822 Submitted by: Artem Belevich <fbsdlist@src.cx> Reviewed by: jhb (ealier version) MFC after: 3 weeks
11 lines
278 B
Text
11 lines
278 B
Text
# $FreeBSD$
|
|
sysnames="linux_syscalls.c"
|
|
sysproto="linux_proto.h"
|
|
sysproto_h=_LINUX_SYSPROTO_H_
|
|
syshdr="linux_syscall.h"
|
|
syssw="linux_sysent.c"
|
|
sysmk="/dev/null"
|
|
syscallprefix="LINUX_SYS_"
|
|
switchname="linux_sysent"
|
|
namesname="linux_syscallnames"
|
|
systrace="linux_systrace_args.c"
|