aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/pt-barrier.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-09 22:01:08 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-10 01:39:17 +0100
commit6bcd7bf10062005a10c2a9d0dbbb7bdc995e5503 (patch)
tree9be9a0bd50ddc5de52ab7ad7584cd931ed4810aa /sysdeps/htl/pt-barrier.c
parent710bbc9659566017cb75d5d2bfb42f077350a25a (diff)
downloadglibc-6bcd7bf10062005a10c2a9d0dbbb7bdc995e5503.tar.xz
glibc-6bcd7bf10062005a10c2a9d0dbbb7bdc995e5503.zip
htl: stop exporting __pthread_default_barrierattr.
since all symbol that use it are now in libc Message-ID: <20250209200108.865599-9-gfleury@disroot.org>
Diffstat (limited to 'sysdeps/htl/pt-barrier.c')
-rw-r--r--sysdeps/htl/pt-barrier.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-barrier.c b/sysdeps/htl/pt-barrier.c
index e620a13feb..859c0848b6 100644
--- a/sysdeps/htl/pt-barrier.c
+++ b/sysdeps/htl/pt-barrier.c
@@ -22,4 +22,3 @@
const struct __pthread_barrierattr __pthread_default_barrierattr = {
__pshared: PTHREAD_PROCESS_PRIVATE
};
-libc_hidden_data_def (__pthread_default_barrierattr)