mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-24 21:08:04 +03:00
The functions __timer_gettime64 and __timer_settime64 live in librt, not libc. Use proper hidden aliases so that the callers do not need to set up the PLT register. Fixes commitscae1635a70
("y2038: linux: Provide __timer_settime64 implementation") and562cdc19c7
("y2038: linux: Provide __timer_gettime64 implementation").