]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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 5b3e3547a4b0b9f0d5af9154dd5f8c3e35fb70df..a28865fe72480d5b643ece4b941baa2f37f21f16 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 d9eee7a746e5ce8322c72eaa91ae986490c8edee..4730738a9f6895c1c47c3cc8721d7aaa1e1568d3 100644 (file)
@@ -103,6 +103,9 @@ libc {
     tdestroy; truncate64;
   }
   GLIBC_2.2 {
+    # g*
+    getloadavg;
+
     # m*
     mkdtemp;
   }