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:
Samuel Thibault 2020-12-03 10:48:27 +01:00
parent f147616d68
commit f9ba73d056
2 changed files with 3 additions and 1 deletions

View file

@ -173,6 +173,8 @@ libpthread {
__cthread_detach;
__cthread_fork;
__pthread_detach;
__pthread_create;
__cthread_keycreate;
__cthread_getspecific;
__cthread_setspecific;

View file

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