mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
c2ef793036
* 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.
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# 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;
|
|
}
|
|
}
|