mirror of git://sourceware.org/git/glibc.git
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>
This commit is contained in:
parent
6f6732c1c4
commit
4afbc1aa2e
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -22,4 +22,3 @@
|
|||
const struct __pthread_rwlockattr __pthread_default_rwlockattr = {
|
||||
__pshared: PTHREAD_PROCESS_PRIVATE
|
||||
};
|
||||
libc_hidden_data_def (__pthread_default_rwlockattr)
|
||||
|
|
Loading…
Reference in New Issue