glibc/sysdeps/mach/hurd/Versions

14 lines
339 B
Plaintext
Raw Normal View History

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;
}
}