Skip to content

Commit

Permalink
update: update syscalls tables.
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
hrw committed May 15, 2024
1 parent 66a8ff5 commit 15b119c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/tables/syscalls-x32
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ lsm_set_self_attr 1073742284
lstat 1073741830
lstat64
madvise 1073741852
map_shadow_stack
map_shadow_stack 1073742277
mbind 1073742061
membarrier 1073742148
memfd_create 1073742143
Expand Down
1 change: 1 addition & 0 deletions system_calls/tables/x32.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"lsm_set_self_attr": 1073742284,
"lstat": 1073741830,
"madvise": 1073741852,
"map_shadow_stack": 1073742277,
"mbind": 1073742061,
"membarrier": 1073742148,
"memfd_create": 1073742143,
Expand Down

0 comments on commit 15b119c

Please sign in to comment.