diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 9bb9d95..578d55e 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -127,6 +127,7 @@ libc { timer_delete; timer_getoverrun; timer_gettime; + timer_settime; } GLIBC_2.3.4 { sched_getaffinity; sched_setaffinity; @@ -269,6 +270,7 @@ libc { __time64; __timegm64; __timer_gettime64; + __timer_settime64; __timerfd_gettime64; __timerfd_settime64; __timespec_get64; @@ -300,18 +302,18 @@ libc { } } -ld { - GLIBC_PRIVATE { - __nptl_change_stack_perm; +librt { + GLIBC_2.3.3 { + # Leftover from the int -> timer_t transition. For ABIs that came later + # and do not have the symbol version, this version node is merged with + # the baseline version. + __librt_version_placeholder; } } -librt { - GLIBC_2.34 { -%ifdef TIME64_NON_DEFAULT - # 64-bit time_t support - __timer_settime64; -%endif +ld { + GLIBC_PRIVATE { + __nptl_change_stack_perm; } } |