diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:47:15 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:51:57 +0200 |
commit | c66772281f77458c111f8c862d04d7011376a086 (patch) | |
tree | f62ef628e91590692dd2241867528910f2fdecc0 /nptl/Makefile | |
parent | 506385d30ec67279b21929f117b292bbbe8f5e7b (diff) | |
download | glibc-c66772281f77458c111f8c862d04d7011376a086.zip glibc-c66772281f77458c111f8c862d04d7011376a086.tar.gz glibc-c66772281f77458c111f8c862d04d7011376a086.tar.bz2 |
nptl: Move pthread_mutexattr_setprioceiling 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 51a4740..01c3832 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -110,6 +110,7 @@ routines = \ pthread_mutexattr_getrobust \ pthread_mutexattr_gettype \ pthread_mutexattr_init \ + pthread_mutexattr_setprioceiling \ pthread_once \ pthread_rwlock_rdlock \ pthread_rwlock_unlock \ @@ -169,7 +170,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_mutexattr_setprioceiling \ pthread_mutexattr_setprotocol \ pthread_mutexattr_setpshared \ pthread_mutexattr_setrobust \ |