summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-26 00:11:36 +0000
committerRoland McGrath <roland@gnu.org>1998-10-26 00:11:36 +0000
commitc2ef793036b853554c238caccca31dfc0491be29 (patch)
tree412e4bfd062ea9d84b27dd4f36bc459811e96eeb /sysdeps
parentcc2c90800574268b539dc005a5d18edcc5673916 (diff)
1998-10-26 Roland McGrath <roland@baalperazim.frob.com>
* hurd/Versions: Add _hurd_dtable, _hurd_dtablesize, _hurd_dtable_lock, _hurd_intern_fd. * sysdeps/mach/hurd/Versions: Add cthread_keycreate, cthread_getspecific, cthread_setspecific, __libc_getspecific. * mach/Versions: Fix typo in last change. __mach_port_insert_right __mutex_trylock, __mutex_lock, __mutex_unlock, __swtch, __switch, __task_create, __task_suspend, __task_set_special_port, __task_terminate, __thread_depress_abort, __thread_switch, __vm_allocate, __vm_deallocate, __vm_map. These functions are not used outside libc.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions
index 79d5ce6e04..68d1773a4b 100644
--- a/sysdeps/mach/hurd/Versions
+++ b/sysdeps/mach/hurd/Versions
@@ -3,6 +3,10 @@ libc {
# variables used for detecting cthreads
_cthread_exit_routine; _cthread_init_routine;
+ # cthreads functions with stubs in libc
+ cthread_keycreate; cthread_getspecific; cthread_setspecific;
+ __libc_getspecific;
+
# functions with a weak definition in the dynamic linker
__getcwd; __mmap;
}