diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-11-05 19:59:36 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-11-06 14:36:07 -0300 |
commit | 79a547b162657b3fa34d31917cc29f0e7af19e4c (patch) | |
tree | fe596690c3323410adab38a762a1cab1f8732705 /sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | |
parent | 2a0356e1191804d57005e1cfe2a72f019b7a8cce (diff) | |
download | glibc-79a547b162657b3fa34d31917cc29f0e7af19e4c.tar glibc-79a547b162657b3fa34d31917cc29f0e7af19e4c.tar.gz glibc-79a547b162657b3fa34d31917cc29f0e7af19e4c.tar.bz2 glibc-79a547b162657b3fa34d31917cc29f0e7af19e4c.zip |
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/le/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index 1961bd0da0..c5b7aeb7c4 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -46,7 +46,6 @@ GLIBC_2.4 __libc_allocate_rtsig F GLIBC_2.4 __libc_current_sigrtmax F GLIBC_2.4 __libc_current_sigrtmin F GLIBC_2.4 __lseek F -GLIBC_2.4 __nanosleep F GLIBC_2.4 __open F GLIBC_2.4 __open64 F GLIBC_2.4 __pread64 F @@ -99,7 +98,6 @@ GLIBC_2.4 longjmp F GLIBC_2.4 lseek F GLIBC_2.4 lseek64 F GLIBC_2.4 msync F -GLIBC_2.4 nanosleep F GLIBC_2.4 open F GLIBC_2.4 open64 F GLIBC_2.4 pause F |