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 /htl | |
| 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 '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 4fe2a45295..3d2cb4e7a4 100644 --- a/htl/Versions +++ b/htl/Versions @@ -201,7 +201,6 @@ libc { __pthread_cond_wait; __pthread_condattr_init; __pthread_default_condattr; - __pthread_default_rwlockattr; __pthread_mutex_checklocked; __pthread_mutex_destroy; __pthread_mutex_init; diff --git a/htl/pt-internal.h b/htl/pt-internal.h index cd4ebc0a6a..d19579b33b 100644 --- a/htl/pt-internal.h +++ b/htl/pt-internal.h @@ -331,7 +331,6 @@ extern const struct __pthread_barrierattr __pthread_default_barrierattr; /* Default rdlock attributes. */ extern const struct __pthread_rwlockattr __pthread_default_rwlockattr; -libc_hidden_proto (__pthread_default_rwlockattr) /* Default condition attributes. */ extern const struct __pthread_condattr __pthread_default_condattr; |
