(libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.

This commit is contained in:
Ulrich Drepper 2003-02-27 04:09:48 +00:00
parent afafddabf3
commit d4a763f922

View File

@ -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 {