From 4c8cb283ec1993c57c7c1ff3577942b3f13145d0 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Sat, 13 Mar 2021 19:47:44 -0300 Subject: 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. --- nptl/Versions | 3 --- 1 file changed, 3 deletions(-) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index 10d8ea0629..674b31e87e 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -223,7 +223,6 @@ libpthread { __pthread_rwlock_trywrlock; __pthread_rwlock_unlock; __pthread_rwlock_wrlock; - __pwrite64; __res_state; pthread_attr_getstack; pthread_attr_setstack; @@ -247,8 +246,6 @@ libpthread { pthread_spin_trylock; pthread_spin_unlock; pthread_yield; - pwrite64; - pwrite; sem_timedwait; } -- cgit 1.4.1