10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
|
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;
|
||
|
}
|
||
|
}
|