mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
htl: stop exporting __pthread_default_barrierattr.
since all symbol that use it are now in libc Message-ID: <20250209200108.865599-9-gfleury@disroot.org>
This commit is contained in:
parent
710bbc9659
commit
6bcd7bf100
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -22,4 +22,3 @@
|
||||
const struct __pthread_barrierattr __pthread_default_barrierattr = {
|
||||
__pshared: PTHREAD_PROCESS_PRIVATE
|
||||
};
|
||||
libc_hidden_data_def (__pthread_default_barrierattr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user