mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
691738652b
* gmon/gmon.c: Add weak alias moncontrol for __moncontrol. * gmon/Versions: Move moncontrol to GLIBC_2.2.
20 lines
271 B
Plaintext
20 lines
271 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# functions with special/multiple interfaces
|
|
_mcount;
|
|
|
|
# Profiling support
|
|
__monstartup; _mcleanup; __profile_frequency;
|
|
|
|
# m*
|
|
monstartup;
|
|
|
|
# p*
|
|
profil; profil_counter;
|
|
}
|
|
GLIBC_2.2 {
|
|
# m*
|
|
moncontrol;
|
|
}
|
|
}
|