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/arc | |
parent | dd795c6c243987e9974d2b9457f035dcb9b6e51f (diff) | |
download | glibc-4c8cb283ec1993c57c7c1ff3577942b3f13145d0.tar.gz glibc-4c8cb283ec1993c57c7c1ff3577942b3f13145d0.tar.xz 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/arc')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/libpthread.abilist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/libpthread.abilist b/sysdeps/unix/sysv/linux/arc/libpthread.abilist index d55abc12af..99fd486c69 100644 --- a/sysdeps/unix/sysv/linux/arc/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arc/libpthread.abilist @@ -31,7 +31,6 @@ GLIBC_2.32 __pthread_setspecific F GLIBC_2.32 __pthread_unregister_cancel F GLIBC_2.32 __pthread_unregister_cancel_restore F GLIBC_2.32 __pthread_unwind_next F -GLIBC_2.32 __pwrite64 F GLIBC_2.32 __res_state F GLIBC_2.32 __sigaction F GLIBC_2.32 _pthread_cleanup_pop F @@ -157,8 +156,6 @@ GLIBC_2.32 pthread_testcancel F GLIBC_2.32 pthread_timedjoin_np F GLIBC_2.32 pthread_tryjoin_np F GLIBC_2.32 pthread_yield F -GLIBC_2.32 pwrite F -GLIBC_2.32 pwrite64 F GLIBC_2.32 raise F GLIBC_2.32 sem_clockwait F GLIBC_2.32 sem_close F |