diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-13 19:47:44 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-26 13:37:18 -0300 |
commit | 4c8cb283ec1993c57c7c1ff3577942b3f13145d0 (patch) | |
tree | 19b2f5cb839b116511568757f4b95d490a70aeab /sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | |
parent | dd795c6c243987e9974d2b9457f035dcb9b6e51f (diff) | |
download | glibc-4c8cb283ec1993c57c7c1ff3577942b3f13145d0.tar glibc-4c8cb283ec1993c57c7c1ff3577942b3f13145d0.tar.gz glibc-4c8cb283ec1993c57c7c1ff3577942b3f13145d0.tar.bz2 glibc-4c8cb283ec1993c57c7c1ff3577942b3f13145d0.zip |
nptl: Remove pwrite from libpthread
The libc version is identical and built with same flags, it is also
uses as the default version.
Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/be/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist index 6d77e8b917..85c671a897 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist @@ -33,7 +33,6 @@ GLIBC_2.2 __pthread_rwlock_trywrlock F GLIBC_2.2 __pthread_rwlock_unlock F GLIBC_2.2 __pthread_rwlock_wrlock F GLIBC_2.2 __pthread_setspecific F -GLIBC_2.2 __pwrite64 F GLIBC_2.2 __res_state F GLIBC_2.2 __sigaction F GLIBC_2.2 _pthread_cleanup_pop F @@ -118,8 +117,6 @@ GLIBC_2.2 pthread_spin_trylock F GLIBC_2.2 pthread_spin_unlock F GLIBC_2.2 pthread_testcancel F GLIBC_2.2 pthread_yield F -GLIBC_2.2 pwrite F -GLIBC_2.2 pwrite64 F GLIBC_2.2 raise F GLIBC_2.2 sem_close F GLIBC_2.2 sem_destroy F |