Skip to content
Snippets Groups Projects
Commit 4d306e59 authored by Warner Losh's avatar Warner Losh Committed by Thomas Huth
Browse files

bsd-user: regenerate FreeBSD's system call numbers


Recreate the FreeBSD system call numbers from current sys/syscall.h. Since this
isn't guaranteed to be on all systems, continue the practice of generating it
with some variation on:
	sed -e s/SYS_/TARGET_NR_/ < $FREEBSD_SRC/sys/syscall.h > syscall_nr.h
until a more comprehensive system can be put in place.

Signed-off-by: default avatarWarner Losh <imp@FreeBSD.org>
Message-Id: <20201218205451.10559-2-imp@freebsd.org>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent 4cc57523
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment