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 | 3f0808ef4c872afeade0e323c024ac59ec90fc2b (patch) | |
tree | 39f1f666d59c3ca16f286a8b875404fd6f8c57aa /nptl/Makefile | |
parent | 39e74af22e63b8b099862f37adffdbfaf9ad7a20 (diff) | |
download | glibc-3f0808ef4c872afeade0e323c024ac59ec90fc2b.tar.gz glibc-3f0808ef4c872afeade0e323c024ac59ec90fc2b.tar.xz glibc-3f0808ef4c872afeade0e323c024ac59ec90fc2b.zip |
nptl: Move pthread_barrierattr_setpshared 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 5f1f553edb..b5f26c6864 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -79,6 +79,7 @@ routines = \ pthread_barrierattr_destroy \ pthread_barrierattr_getpshared \ pthread_barrierattr_init \ + pthread_barrierattr_setpshared \ pthread_cleanup_upto \ pthread_cond_broadcast \ pthread_cond_destroy \ @@ -193,7 +194,6 @@ libpthread-routines = \ pthread_attr_setstack \ pthread_attr_setstackaddr \ pthread_attr_setstacksize \ - pthread_barrierattr_setpshared \ pthread_cancel \ pthread_clockjoin \ pthread_create \ |