diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-13 18:12:55 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-26 13:37:18 -0300 |
commit | dd795c6c243987e9974d2b9457f035dcb9b6e51f (patch) | |
tree | 7141f924fc73b14de7efe36c9b964a4f8a3a93b8 /sysdeps/unix/sysv/linux/csky | |
parent | 40873cdd38533a00f3d4f67b85fd5c0a07d7952e (diff) | |
download | glibc-dd795c6c243987e9974d2b9457f035dcb9b6e51f.tar.gz glibc-dd795c6c243987e9974d2b9457f035dcb9b6e51f.tar.xz glibc-dd795c6c243987e9974d2b9457f035dcb9b6e51f.zip |
nptl: Remove pread 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/csky')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libpthread.abilist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libpthread.abilist b/sysdeps/unix/sysv/linux/csky/libpthread.abilist index bac436bd00..8324449d3d 100644 --- a/sysdeps/unix/sysv/linux/csky/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/csky/libpthread.abilist @@ -6,7 +6,6 @@ GLIBC_2.29 __h_errno_location F GLIBC_2.29 __libc_allocate_rtsig F GLIBC_2.29 __libc_current_sigrtmax F GLIBC_2.29 __libc_current_sigrtmin F -GLIBC_2.29 __pread64 F GLIBC_2.29 __pthread_cleanup_routine F GLIBC_2.29 __pthread_getspecific F GLIBC_2.29 __pthread_key_create F @@ -55,8 +54,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 pread F -GLIBC_2.29 pread64 F GLIBC_2.29 pthread_attr_getaffinity_np F GLIBC_2.29 pthread_attr_getguardsize F GLIBC_2.29 pthread_attr_getstack F |