diff options
| author | gfleury <gfleury@disroot.org> | 2025-02-09 22:01:03 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-10 01:18:56 +0100 |
| commit | ca2a95ee677867168bd9b5542a70255b47c12849 (patch) | |
| tree | f321a4f1c6bcf89c2ccdd2ee943beef437a88938 /htl | |
| parent | 40cbd3c361f8460a53484d6803b96618119d078b (diff) | |
| download | glibc-ca2a95ee677867168bd9b5542a70255b47c12849.tar.xz glibc-ca2a95ee677867168bd9b5542a70255b47c12849.zip | |
htl: move pthread_barrierattr_init into libc.
Message-ID: <20250209200108.865599-4-gfleury@disroot.org>
Diffstat (limited to 'htl')
| -rw-r--r-- | htl/Makefile | 2 | ||||
| -rw-r--r-- | htl/Versions | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile index fc3c223943..7b2485471a 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -28,7 +28,6 @@ libpthread-routines := \ pt-barrier-destroy \ pt-barrier-init \ pt-barrier-wait \ - pt-barrierattr-init \ pt-barrierattr-getpshared \ pt-barrierattr-setpshared \ pt-destroy-specific \ @@ -161,6 +160,7 @@ routines := \ pt-attr-setstacksize \ pt-barrier \ pt-barrierattr-destroy \ + pt-barrierattr-init \ pt-block \ pt-block-intr \ pt-cond \ diff --git a/htl/Versions b/htl/Versions index 886ccb14c8..ccd2a6180b 100644 --- a/htl/Versions +++ b/htl/Versions @@ -27,6 +27,7 @@ libc { pthread_attr_setschedparam; pthread_attr_init; pthread_barrierattr_destroy; + pthread_barrierattr_init; pthread_cond_broadcast; pthread_cond_destroy; pthread_cond_init; @@ -126,6 +127,7 @@ libc { GLIBC_2.42 { pthread_barrierattr_destroy; + pthread_barrierattr_init; pthread_mutex_consistent; pthread_mutex_consistent_np; pthread_mutex_getprioceiling; pthread_mutex_setprioceiling; @@ -206,7 +208,7 @@ libpthread { pthread_barrier_destroy; pthread_barrier_init; pthread_barrier_wait; pthread_barrierattr_getpshared; - pthread_barrierattr_init; pthread_barrierattr_setpshared; + pthread_barrierattr_setpshared; pthread_cancel; |
