bsd-user: regenerate FreeBSD's system call numbers
commit4d306e59cbc0ea8539bbb6732a30f113cdf0bf2d
authorWarner Losh <imp@freebsd.org>
Fri, 18 Dec 2020 20:54:48 +0000 (18 13:54 -0700)
committerThomas Huth <thuth@redhat.com>
Mon, 11 Jan 2021 13:59:21 +0000 (11 14:59 +0100)
tree99323d318e0bdb32c7edaeaa3e43a3de5cb03dd2
parent4cc5752303c83b55e56961d91b7cf83c4e73f393
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: Warner Losh <imp@FreeBSD.org>
Message-Id: <20201218205451.10559-2-imp@freebsd.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
bsd-user/freebsd/syscall_nr.h