diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-06 15:56:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-06 15:56:37 +0200 |
commit | 39e74af22e63b8b099862f37adffdbfaf9ad7a20 (patch) | |
tree | cfc6ba66451b136b1810558ce411836f824170f1 /nptl/Makefile | |
parent | e731212bc3a3af5935aa0cc2ec738eddb127f383 (diff) | |
download | glibc-39e74af22e63b8b099862f37adffdbfaf9ad7a20.tar.gz glibc-39e74af22e63b8b099862f37adffdbfaf9ad7a20.tar.xz glibc-39e74af22e63b8b099862f37adffdbfaf9ad7a20.zip |
nptl: Move pthread_barrierattr_getpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 3418ab6885..5f1f553edb 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -77,6 +77,7 @@ routines = \ pthread_barrier_init \ pthread_barrier_wait \ pthread_barrierattr_destroy \ + pthread_barrierattr_getpshared \ pthread_barrierattr_init \ pthread_cleanup_upto \ pthread_cond_broadcast \ @@ -192,7 +193,6 @@ libpthread-routines = \ pthread_attr_setstack \ pthread_attr_setstackaddr \ pthread_attr_setstacksize \ - pthread_barrierattr_getpshared \ pthread_barrierattr_setpshared \ pthread_cancel \ pthread_clockjoin \ |