aboutsummaryrefslogtreecommitdiff
path: root/htl/pt-internal.h
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-26 22:53:24 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-09 01:49:49 +0100
commit7ded100d36a8decd0409f695bab5bee5e35395a6 (patch)
tree9a56268c0702fde3b17f098c3fc0c60c95bf435c /htl/pt-internal.h
parentc982918e3ed0277564b152ab07ab0fa6efc8cfbd (diff)
downloadglibc-7ded100d36a8decd0409f695bab5bee5e35395a6.tar.xz
glibc-7ded100d36a8decd0409f695bab5bee5e35395a6.zip
htl: move __pthread_default_condattr into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20241126205329.2215295-3-gfleury@disroot.org>
Diffstat (limited to 'htl/pt-internal.h')
-rw-r--r--htl/pt-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/htl/pt-internal.h b/htl/pt-internal.h
index bdc8b83dc9..23fdb73f68 100644
--- a/htl/pt-internal.h
+++ b/htl/pt-internal.h
@@ -329,6 +329,7 @@ extern const struct __pthread_rwlockattr __pthread_default_rwlockattr;
/* Default condition attributes. */
extern const struct __pthread_condattr __pthread_default_condattr;
+libc_hidden_proto (__pthread_default_condattr)
/* Semaphore encoding.
See nptl implementation for the details. */