diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:10:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:18:12 +0200 |
commit | e7d2d48e560a2091e2a03c527c333cd7b5618b25 (patch) | |
tree | 133ae917524140c08d64b3b81029192970f3136d /nptl/Makefile | |
parent | 2392feb17188fed30bc16fd032e0a43e022b8ead (diff) | |
download | glibc-e7d2d48e560a2091e2a03c527c333cd7b5618b25.tar glibc-e7d2d48e560a2091e2a03c527c333cd7b5618b25.tar.gz glibc-e7d2d48e560a2091e2a03c527c333cd7b5618b25.tar.bz2 glibc-e7d2d48e560a2091e2a03c527c333cd7b5618b25.zip |
nptl: Move pthread_rwlock_timedwrlock into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index dce39abbb1..cbc5309365 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -126,6 +126,7 @@ routines = \ pthread_rwlock_init \ pthread_rwlock_rdlock \ pthread_rwlock_timedrdlock \ + pthread_rwlock_timedwrlock \ pthread_rwlock_unlock \ pthread_rwlock_wrlock \ pthread_self \ @@ -183,7 +184,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_rwlock_timedwrlock \ pthread_rwlock_tryrdlock \ pthread_rwlock_trywrlock \ pthread_rwlockattr_destroy \ |