Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Apr 2000 02:40:21 +0000 (02:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Apr 2000 02:40:21 +0000 (02:40 +0000)
* gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
* gmon/Versions: Move moncontrol to GLIBC_2.2.

ChangeLog
NEWS
gmon/Versions
gmon/gmon.c

index b0398f3..10ac64c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 90dc236..68f896e 100644 (file)
--- a/NEWS
+++ b/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.
+
 \f
 Version 2.1.3
 
index d546690..c39f1d1 100644 (file)
@@ -7,9 +7,13 @@ libc {
     __monstartup; _mcleanup; __profile_frequency;
 
     # m*
-    moncontrol; monstartup;
+    monstartup;
 
     # p*
     profil; profil_counter;
   }
+  GLIBC_2.2 {
+    # m*
+    moncontrol;
+  }
 }
index 51142cf..45fe6e8 100644 (file)
@@ -90,6 +90,7 @@ __moncontrol (mode)
       p->state = GMON_PROF_OFF;
     }
 }
+weak_alias (__moncontrol, moncontrol)
 
 
 void