blob: d546690b8e96e5331b08401ea653de179057b7b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
libc {
GLIBC_2.0 {
# functions with special/multiple interfaces
_mcount;
# Profiling support
__monstartup; _mcleanup; __profile_frequency;
# m*
moncontrol; monstartup;
# p*
profil; profil_counter;
}
}
|