* misc/Versions (GLIBC_2.2): Add getloadavg.
authorRoland McGrath <roland@gnu.org>
Mon, 4 Oct 1999 05:30:05 +0000 (05:30 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 4 Oct 1999 05:30:05 +0000 (05:30 +0000)
ChangeLog
misc/Versions

index 5b3e354..a28865f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 1999-10-04  Roland McGrath  <roland@baalperazim.frob.com>
 
+       * misc/Versions (GLIBC_2.2): Add getloadavg.
        * misc/Makefile (routines): Add getloadavg.
        * sysdeps/generic/getloadavg.c: New file.
        * sysdeps/mach/getloadavg.c: New file.
index d9eee7a..4730738 100644 (file)
@@ -103,6 +103,9 @@ libc {
     tdestroy; truncate64;
   }
   GLIBC_2.2 {
+    # g*
+    getloadavg;
+
     # m*
     mkdtemp;
   }