summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-04 05:30:05 +0000
committerRoland McGrath <roland@gnu.org>1999-10-04 05:30:05 +0000
commit8e755477c39f153d3e81a41e10c73975b459d93a (patch)
tree7f33572e50b56ff1757e311222b5ce8aeb1886ef
parent54e9386dfd4528492fe56512d81a02fc65e69fb6 (diff)
downloadglibc-8e755477c39f153d3e81a41e10c73975b459d93a.tar.gz
glibc-8e755477c39f153d3e81a41e10c73975b459d93a.tar.xz
glibc-8e755477c39f153d3e81a41e10c73975b459d93a.zip
* misc/Versions (GLIBC_2.2): Add getloadavg.
-rw-r--r--ChangeLog1
-rw-r--r--misc/Versions3
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b3e3547a4..a28865fe72 100644
--- 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.
diff --git a/misc/Versions b/misc/Versions
index d9eee7a746..4730738a9f 100644
--- a/misc/Versions
+++ b/misc/Versions
@@ -103,6 +103,9 @@ libc {
     tdestroy; truncate64;
   }
   GLIBC_2.2 {
+    # g*
+    getloadavg;
+
     # m*
     mkdtemp;
   }