summaryrefslogtreecommitdiff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-24 23:33:33 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-24 23:33:33 +0200
commitb2cc512d8dd758978ab2499ecc06c005a15814a6 (patch)
tree415d0692d44d6ad5c7e27b17503368ebad12f878 /hurd/Versions
parent3c68241b754acf3703f9af64f8c6424d5e3294d1 (diff)
parent2a370e0c90fd1c0891a2cf9740787899435291f6 (diff)
Merge branch 't/thread-linkspace' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 7502d32a22..1f5095075c 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -142,14 +142,14 @@ libc {
HURD_CTHREADS_0.3 {
# weak refs to libthreads functions that libc calls iff libthreads in use
- cthread_fork; cthread_detach;
- pthread_getattr_np; pthread_attr_getstack;
+ __cthread_fork; __cthread_detach;
+ __pthread_getattr_np; __pthread_attr_getstack;
# variables used for detecting cthreads
_cthread_exit_routine; _cthread_init_routine;
# cthreads functions with stubs in libc
- cthread_keycreate; cthread_getspecific; cthread_setspecific;
+ __cthread_keycreate; __cthread_getspecific; __cthread_setspecific;
__libc_getspecific;
}