Skip to content

Commit

Permalink
lib/arm_table.h: update arm syscall table (#149)
Browse files Browse the repository at this point in the history
Refer to Glibc 2.32, add *_time64 syscalls.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
  • Loading branch information
yizhao1 committed Jan 18, 2021
1 parent aedb3bf commit e7b4006
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/arm_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,26 @@ _S(398, "rseq")
_S(399, "io_pgetevents")
_S(400, "migrate_pages")
_S(401, "kexec_file_load")
_S(403, "clock_gettime64")
_S(404, "clock_settime64")
_S(405, "clock_adjtime64")
_S(406, "clock_getres_time64")
_S(407, "clock_nanosleep_time64")
_S(408, "timer_gettime64")
_S(409, "timer_settime64")
_S(410, "timerfd_gettime64")
_S(411, "timerfd_settime64")
_S(412, "utimensat_time64")
_S(413, "pselect6_time64")
_S(414, "ppoll_time64")
_S(416, "io_pgetevents_time64")
_S(417, "recvmmsg_time64")
_S(418, "mq_timedsend_time64")
_S(419, "mq_timedreceive_time64")
_S(420, "semtimedop_time64")
_S(421, "rt_sigtimedwait_time64")
_S(422, "futex_time64")
_S(423, "sched_rr_get_interval64")
_S(424, "pidfd_send_signal")
_S(425, "io_uring_setup")
_S(426, "io_uring_enter")
Expand Down

0 comments on commit e7b4006

Please sign in to comment.