diff options
| author | gfleury <gfleury@disroot.org> | 2025-02-16 16:54:34 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-16 23:43:04 +0100 |
| commit | 4afbc1aa2e08f6abe319be8ff3c0d6c4a42430a0 (patch) | |
| tree | 241a339b96a3f266a53fb0f91ec78f83ebf19af4 /sysdeps | |
| parent | 6f6732c1c48b288a4ca7effb86831e7bc06a2fc8 (diff) | |
| download | glibc-4afbc1aa2e08f6abe319be8ff3c0d6c4a42430a0.tar.xz glibc-4afbc1aa2e08f6abe319be8ff3c0d6c4a42430a0.zip | |
htl: don't export __pthread_default_rwlockattr anymore.
since now all symbloy that use it are in libc
Message-ID: <20250216145434.7089-11-gfleury@disroot.org>
Diffstat (limited to 'sysdeps')
| -rw-r--r-- | sysdeps/htl/pt-rwlock-attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-rwlock-attr.c b/sysdeps/htl/pt-rwlock-attr.c index 98dd4c9d69..999e108ecf 100644 --- a/sysdeps/htl/pt-rwlock-attr.c +++ b/sysdeps/htl/pt-rwlock-attr.c @@ -22,4 +22,3 @@ const struct __pthread_rwlockattr __pthread_default_rwlockattr = { __pshared: PTHREAD_PROCESS_PRIVATE }; -libc_hidden_data_def (__pthread_default_rwlockattr) |
