1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00
* gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
	* gmon/Versions: Move moncontrol to GLIBC_2.2.
This commit is contained in:
Ulrich Drepper
2000-04-19 02:40:21 +00:00
parent 17ef6f5952
commit 691738652b
4 changed files with 13 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ __moncontrol (mode)
p->state = GMON_PROF_OFF;
}
}
weak_alias (__moncontrol, moncontrol)
void