diff options
author | Warner Losh <imp@freebsd.org> | 2020-12-18 13:54:48 -0700 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-01-11 14:59:21 +0100 |
commit | 4d306e59cbc0ea8539bbb6732a30f113cdf0bf2d (patch) | |
tree | 99323d318e0bdb32c7edaeaa3e43a3de5cb03dd2 /bsd-user/x86_64 | |
parent | 4cc5752303c83b55e56961d91b7cf83c4e73f393 (diff) |
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>
Diffstat (limited to 'bsd-user/x86_64')
0 files changed, 0 insertions, 0 deletions