mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
* gmon/gmon.c: Add weak alias moncontrol for __moncontrol. * gmon/Versions: Move moncontrol to GLIBC_2.2.
This commit is contained in:
parent
17ef6f5952
commit
691738652b
@ -1,5 +1,8 @@
|
||||
2000-04-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
|
||||
* gmon/Versions: Move moncontrol to GLIBC_2.2.
|
||||
|
||||
* po/cs.po: Update from translation team.
|
||||
|
||||
* sysdeps/generic/updwtmp.c: Remove daemon support.
|
||||
|
4
NEWS
4
NEWS
@ -37,6 +37,10 @@ Version 2.2
|
||||
|
||||
* Plural handling in gettext implemented by Ulrich Drepper.
|
||||
|
||||
* The utmp daemon has been removed.
|
||||
|
||||
* The port to MIPS-Linux has been finished by Andreas Jaeger.
|
||||
|
||||
|
||||
Version 2.1.3
|
||||
|
||||
|
@ -7,9 +7,13 @@ libc {
|
||||
__monstartup; _mcleanup; __profile_frequency;
|
||||
|
||||
# m*
|
||||
moncontrol; monstartup;
|
||||
monstartup;
|
||||
|
||||
# p*
|
||||
profil; profil_counter;
|
||||
}
|
||||
GLIBC_2.2 {
|
||||
# m*
|
||||
moncontrol;
|
||||
}
|
||||
}
|
||||
|
@ -90,6 +90,7 @@ __moncontrol (mode)
|
||||
p->state = GMON_PROF_OFF;
|
||||
}
|
||||
}
|
||||
weak_alias (__moncontrol, moncontrol)
|
||||
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user