Skip to content

Commit

Permalink
libsel4camkes: Update musl lib
Browse files Browse the repository at this point in the history
New version of musllibc introduced time32 infrastructure
  • Loading branch information
kent-mcleod committed Feb 12, 2025
1 parent 9c7c211 commit a8fede9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libsel4camkes/src/vsyscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ struct {
#ifdef __NR_pause
{__NR_pause, camkes_sys_pause},
#endif
#ifdef __NR_clock_gettime64
{__NR_clock_gettime64, camkes_sys_clock_gettime},
#else
{__NR_clock_gettime, camkes_sys_clock_gettime},
#endif
#ifdef __NR__newselect
{__NR__newselect, camkes_sys__newselect},
#endif
Expand Down

0 comments on commit a8fede9

Please sign in to comment.