diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:45:29 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:45:29 +0200 |
commit | 9f2f158b35b3f293f10158f76624b92515f8d886 (patch) | |
tree | b93d7fa9234825b880d90d949a0ff571ac6b5aa6 /nptl/Makefile | |
parent | d236322b6f342d13bbd3fe97cb72ca53cba1b428 (diff) | |
download | glibc-9f2f158b35b3f293f10158f76624b92515f8d886.zip glibc-9f2f158b35b3f293f10158f76624b92515f8d886.tar.gz glibc-9f2f158b35b3f293f10158f76624b92515f8d886.tar.bz2 |
nptl: Move pthread_mutexattr_getprotocol 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 b3d547a..8c9cf9c 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -105,6 +105,7 @@ routines = \ pthread_mutex_unlock \ pthread_mutexattr_destroy \ pthread_mutexattr_getprioceiling \ + pthread_mutexattr_getprotocol \ pthread_once \ pthread_rwlock_rdlock \ pthread_rwlock_unlock \ @@ -164,7 +165,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_mutexattr_getprotocol \ pthread_mutexattr_getpshared \ pthread_mutexattr_getrobust \ pthread_mutexattr_gettype \ |