mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move nanosleep implementation to libc
Checked on x86_64-linux-gnu and powerpc64le-linux-gnu. I also checked the libpthread.so .gnu.version_d entries for every ABI affected and all of them contains the required versions (including for architectures which exports __nanosleep with a different version). Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
@ -9,7 +9,6 @@ GLIBC_2.29 __libc_allocate_rtsig F
|
||||
GLIBC_2.29 __libc_current_sigrtmax F
|
||||
GLIBC_2.29 __libc_current_sigrtmin F
|
||||
GLIBC_2.29 __lseek F
|
||||
GLIBC_2.29 __nanosleep F
|
||||
GLIBC_2.29 __open F
|
||||
GLIBC_2.29 __open64 F
|
||||
GLIBC_2.29 __pread64 F
|
||||
@ -72,7 +71,6 @@ GLIBC_2.29 mtx_lock F
|
||||
GLIBC_2.29 mtx_timedlock F
|
||||
GLIBC_2.29 mtx_trylock F
|
||||
GLIBC_2.29 mtx_unlock F
|
||||
GLIBC_2.29 nanosleep F
|
||||
GLIBC_2.29 open F
|
||||
GLIBC_2.29 open64 F
|
||||
GLIBC_2.29 pause F
|
||||
|
Reference in New Issue
Block a user