diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:45:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:45:48 +0200 |
commit | 2e825f7d5a8a84b6389a27c138a903dfa464519a (patch) | |
tree | 8ae2b821d904fe13b80fe86e2c317ed28053f3ba /nptl/Makefile | |
parent | 9f2f158b35b3f293f10158f76624b92515f8d886 (diff) | |
download | glibc-2e825f7d5a8a84b6389a27c138a903dfa464519a.tar.gz glibc-2e825f7d5a8a84b6389a27c138a903dfa464519a.tar.xz glibc-2e825f7d5a8a84b6389a27c138a903dfa464519a.zip |
nptl: Move pthread_mutexattr_getpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
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 8c9cf9ca8a..7beced1aa0 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -106,6 +106,7 @@ routines = \ pthread_mutexattr_destroy \ pthread_mutexattr_getprioceiling \ pthread_mutexattr_getprotocol \ + pthread_mutexattr_getpshared \ pthread_once \ pthread_rwlock_rdlock \ pthread_rwlock_unlock \ @@ -165,7 +166,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_mutexattr_getpshared \ pthread_mutexattr_getrobust \ pthread_mutexattr_gettype \ pthread_mutexattr_init \ |