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 | bbacf0f56cac095869b75e557b8bcd3b97964050 (patch) | |
tree | 6f1cd3fe42eb3bfba830996ab8d9cfe024f89acd /nptl/Makefile | |
parent | b9aec0dd9f270b09be6546443e8070de7e8b0d98 (diff) | |
download | glibc-bbacf0f56cac095869b75e557b8bcd3b97964050.zip glibc-bbacf0f56cac095869b75e557b8bcd3b97964050.tar.gz glibc-bbacf0f56cac095869b75e557b8bcd3b97964050.tar.bz2 |
nptl: Move pthread_barrierattr_destroy 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 90c8f2e..404242f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -76,6 +76,7 @@ routines = \ pthread_barrier_destroy \ pthread_barrier_init \ pthread_barrier_wait \ + pthread_barrierattr_destroy \ pthread_cleanup_upto \ pthread_cond_broadcast \ pthread_cond_destroy \ @@ -190,7 +191,6 @@ libpthread-routines = \ pthread_attr_setstack \ pthread_attr_setstackaddr \ pthread_attr_setstacksize \ - pthread_barrierattr_destroy \ pthread_barrierattr_getpshared \ pthread_barrierattr_init \ pthread_barrierattr_setpshared \ |