diff options
| author | gfleury <gfleury@disroot.org> | 2025-02-09 22:01:08 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-10 01:39:17 +0100 |
| commit | 6bcd7bf10062005a10c2a9d0dbbb7bdc995e5503 (patch) | |
| tree | 9be9a0bd50ddc5de52ab7ad7584cd931ed4810aa /htl | |
| parent | 710bbc9659566017cb75d5d2bfb42f077350a25a (diff) | |
| download | glibc-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 'htl')
| -rw-r--r-- | htl/Versions | 1 | ||||
| -rw-r--r-- | htl/pt-internal.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/htl/Versions b/htl/Versions index 1a69d44d77..dd3be82e9e 100644 --- a/htl/Versions +++ b/htl/Versions @@ -161,7 +161,6 @@ libc { __pthread_attr_setstacksize; __pthread_attr_setstackaddr; __pthread_attr_setstack; - __pthread_default_barrierattr; __pthread_setcancelstate; __pthread_cond_broadcast; __pthread_cond_destroy; diff --git a/htl/pt-internal.h b/htl/pt-internal.h index 506eaec50c..d19579b33b 100644 --- a/htl/pt-internal.h +++ b/htl/pt-internal.h @@ -328,7 +328,6 @@ libc_hidden_proto (__pthread_default_attr) /* Default barrier attributes. */ extern const struct __pthread_barrierattr __pthread_default_barrierattr; -libc_hidden_proto (__pthread_default_barrierattr) /* Default rdlock attributes. */ extern const struct __pthread_rwlockattr __pthread_default_rwlockattr; |
