blob: 68d1773a4bf23cd997218e379b65de09e2144d7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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;
}
}
|