glibc/gmon/Versions
Ulrich Drepper 691738652b Update.
* gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
	* gmon/Versions: Move moncontrol to GLIBC_2.2.
2000-04-19 02:40:21 +00:00

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;
}
}