hurd/hurdsig.c needs to detect whether __pthread_detach and
__pthread_create are available, so they need to be exposed.
__cthread_detach;
__cthread_fork;
+ __pthread_detach;
+ __pthread_create;
__cthread_keycreate;
__cthread_getspecific;
__cthread_setspecific;
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