aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-09 22:01:01 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-10 01:17:50 +0100
commit7d799d85e82f58cff0dea0363d0b056a85ef5c44 (patch)
treebefcae0859cd340a1b56b5ac789aaad049572848 /sysdeps/htl
parentbb6496b96444dfd55d7105396780f6eba14b1cd9 (diff)
downloadglibc-7d799d85e82f58cff0dea0363d0b056a85ef5c44.tar.xz
glibc-7d799d85e82f58cff0dea0363d0b056a85ef5c44.zip
htl: move __pthread_default_barrierattr into libc.
Message-ID: <20250209200108.865599-2-gfleury@disroot.org>
Diffstat (limited to 'sysdeps/htl')
-rw-r--r--sysdeps/htl/pt-barrier.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/htl/pt-barrier.c b/sysdeps/htl/pt-barrier.c
index 859c0848b6..e620a13feb 100644
--- a/sysdeps/htl/pt-barrier.c
+++ b/sysdeps/htl/pt-barrier.c
@@ -22,3 +22,4 @@
const struct __pthread_barrierattr __pthread_default_barrierattr = {
__pshared: PTHREAD_PROCESS_PRIVATE
};
+libc_hidden_data_def (__pthread_default_barrierattr)