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 | e731212bc3a3af5935aa0cc2ec738eddb127f383 (patch) | |
tree | bdd386c2e24511a61f76305fcac08f445ac8546e /nptl/Versions | |
parent | bbacf0f56cac095869b75e557b8bcd3b97964050 (diff) | |
download | glibc-e731212bc3a3af5935aa0cc2ec738eddb127f383.tar glibc-e731212bc3a3af5935aa0cc2ec738eddb127f383.tar.gz glibc-e731212bc3a3af5935aa0cc2ec738eddb127f383.tar.bz2 glibc-e731212bc3a3af5935aa0cc2ec738eddb127f383.zip |
nptl: Move pthread_barrierattr_init 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/Versions')
-rw-r--r-- | nptl/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 0b5ce84f6e..42141ec1b1 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -110,6 +110,7 @@ libc { pthread_barrier_init; pthread_barrier_wait; pthread_barrierattr_destroy; + pthread_barrierattr_init; pthread_condattr_getpshared; pthread_condattr_setpshared; pthread_mutex_timedlock; @@ -226,6 +227,7 @@ libc { pthread_barrier_init; pthread_barrier_wait; pthread_barrierattr_destroy; + pthread_barrierattr_init; pthread_cond_clockwait; pthread_condattr_getclock; pthread_condattr_getpshared; @@ -377,7 +379,6 @@ libpthread { GLIBC_2.2 { pthread_attr_getstack; pthread_attr_setstack; - pthread_barrierattr_init; pthread_barrierattr_setpshared; pthread_getcpuclockid; pthread_yield; |