mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
htl: Add missing symbols
hurd/hurdsig.c needs to detect whether __pthread_detach and __pthread_create are available, so they need to be exposed.
This commit is contained in:
parent
f147616d68
commit
f9ba73d056
@ -173,6 +173,8 @@ libpthread {
|
||||
|
||||
__cthread_detach;
|
||||
__cthread_fork;
|
||||
__pthread_detach;
|
||||
__pthread_create;
|
||||
__cthread_keycreate;
|
||||
__cthread_getspecific;
|
||||
__cthread_setspecific;
|
||||
|
@ -140,7 +140,7 @@ libc {
|
||||
|
||||
HURD_CTHREADS_0.3 {
|
||||
# weak refs to libthreads functions that libc calls iff libthreads in use
|
||||
__cthread_fork; __cthread_detach;
|
||||
__cthread_fork; __pthread_create; __cthread_detach; __pthread_detach;
|
||||
__pthread_getattr_np; __pthread_attr_getstack;
|
||||
|
||||
# cthreads functions with stubs in libc
|
||||
|
Loading…
Reference in New Issue
Block a user