Skip to content

Commit

Permalink
refresh and sort syscall tables
Browse files Browse the repository at this point in the history
produced using commands documented in src/lib/syscall.c:
awk '/__NR_/ { print "{ \"" gensub("__NR_", "", "g", $2) "\", " $3 " },"; }' < /usr/include/x86_64-linux-gnu/asm/unistd_64.h
awk '/__NR_/ { print "{ \"" gensub("__NR_", "", "g", $2) "\", " $3 " },"; }' < /usr/include/x86_64-linux-gnu/asm/unistd_32.h
  • Loading branch information
smitsohu committed Jul 15, 2022
1 parent c9019bf commit fbceab9
Show file tree
Hide file tree
Showing 3 changed files with 1,078 additions and 1,025 deletions.
Loading

0 comments on commit fbceab9

Please sign in to comment.