diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-12-03 10:48:27 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-12-03 10:48:27 +0100 |
commit | f9ba73d056721ff61160a46438fd8ebf11d9aeee (patch) | |
tree | 8681e4faf36f120e38ff93a6328927b7b702211b /hurd/Versions | |
parent | f147616d6891a3726ff39b7c3bc1539c86667626 (diff) | |
download | glibc-f9ba73d056721ff61160a46438fd8ebf11d9aeee.tar.gz glibc-f9ba73d056721ff61160a46438fd8ebf11d9aeee.tar.xz glibc-f9ba73d056721ff61160a46438fd8ebf11d9aeee.zip |
htl: Add missing symbols
hurd/hurdsig.c needs to detect whether __pthread_detach and __pthread_create are available, so they need to be exposed.
Diffstat (limited to 'hurd/Versions')
-rw-r--r-- | hurd/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Versions b/hurd/Versions index aa27f0f098..f37e359ac8 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -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 |