mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
(libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
This commit is contained in:
parent
afafddabf3
commit
d4a763f922
@ -25,6 +25,10 @@ libc {
|
||||
pthread_cond_wait; pthread_cond_signal;
|
||||
pthread_cond_broadcast;
|
||||
}
|
||||
GLIBC_PRIVATE {
|
||||
# Internal libc interface to libpthread
|
||||
__libc_dl_error_tsd;
|
||||
}
|
||||
}
|
||||
|
||||
libpthread {
|
||||
|
Loading…
Reference in New Issue
Block a user