blob: 79d5ce6e045639045642f48c86fea643888cede4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
libc {
GLIBC_2.0 {
# variables used for detecting cthreads
_cthread_exit_routine; _cthread_init_routine;
# functions with a weak definition in the dynamic linker
__getcwd; __mmap;
}
}
|