diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:48:36 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:51:57 +0200 |
commit | 1ec4cd5ab42d6b16a81176b7051384a2221159e3 (patch) | |
tree | 0e3258f9d5151dab707ac94ad5bc443ae0bea183 /nptl/Makefile | |
parent | 0bdd79794526114313135c528969bb25be88c1a3 (diff) | |
download | glibc-1ec4cd5ab42d6b16a81176b7051384a2221159e3.tar.gz glibc-1ec4cd5ab42d6b16a81176b7051384a2221159e3.tar.xz glibc-1ec4cd5ab42d6b16a81176b7051384a2221159e3.zip |
nptl: Move pthread_mutexattr_setrobust into libc
And pthread_mutexattr_getrobust_np as a compat symbol. The symbols were 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 1565beb84f..27588a87dd 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -113,6 +113,7 @@ routines = \ pthread_mutexattr_setprioceiling \ pthread_mutexattr_setprotocol \ pthread_mutexattr_setpshared \ + pthread_mutexattr_setrobust \ pthread_once \ pthread_rwlock_rdlock \ pthread_rwlock_unlock \ @@ -172,7 +173,6 @@ libpthread-routines = \ pthread_getname \ pthread_join \ pthread_join_common \ - pthread_mutexattr_setrobust \ pthread_mutexattr_settype \ pthread_rwlock_clockrdlock \ pthread_rwlock_clockwrlock \ |