Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <
20250216145434.7089-2-gfleury@disroot.org>
pt-testcancel \
pt-cancel \
pt-mutex-transfer-np \
- pt-rwlock-attr \
pt-rwlockattr-init \
pt-rwlockattr-destroy \
pt-rwlockattr-getpshared \
pt-mutexattr-settype \
pt-nthreads \
pt-pthread_self \
+ pt-rwlock-attr \
pt-self pt-equal \
pt-setcancelstate \
pt-setcanceltype \
__pthread_cond_wait;
__pthread_condattr_init;
__pthread_default_condattr;
+ __pthread_default_rwlockattr;
__pthread_mutex_checklocked;
__pthread_mutex_destroy;
__pthread_mutex_init;
/* 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;
const struct __pthread_rwlockattr __pthread_default_rwlockattr = {
__pshared: PTHREAD_PROCESS_PRIVATE
};
+libc_hidden_data_def (__pthread_default_rwlockattr)