Skip to content

Commit

Permalink
bsd-user: regenerate FreeBSD's system call numbers
Browse files Browse the repository at this point in the history
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 <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
  • Loading branch information
bsdimp authored and huth committed Jan 11, 2021
1 parent 4cc5752 commit 4d306e5
Showing 1 changed file with 380 additions and 315 deletions.
Loading

0 comments on commit 4d306e5

Please sign in to comment.