about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-04 05:28:33 +0000
committerRoland McGrath <roland@gnu.org>1999-10-04 05:28:33 +0000
commit54e9386dfd4528492fe56512d81a02fc65e69fb6 (patch)
tree15c34fbefd1b7b918205f015337b10cd89173e62 /ChangeLog
parentb73549de65de7a374622029bbaa63bcc63c5d48b (diff)
downloadglibc-54e9386dfd4528492fe56512d81a02fc65e69fb6.tar.gz
glibc-54e9386dfd4528492fe56512d81a02fc65e69fb6.tar.xz
glibc-54e9386dfd4528492fe56512d81a02fc65e69fb6.zip
* misc/Makefile (routines): Add getloadavg.
	* sysdeps/generic/getloadavg.c: New file.
	* sysdeps/mach/getloadavg.c: New file.
	* sysdeps/unix/sysv/linux/getloadavg.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c41c509101..5b3e3547a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1999-10-04  Roland McGrath  <roland@baalperazim.frob.com>
 
+	* misc/Makefile (routines): Add getloadavg.
+	* sysdeps/generic/getloadavg.c: New file.
+	* sysdeps/mach/getloadavg.c: New file.
+	* sysdeps/unix/sysv/linux/getloadavg.c: New file.
+
 	* sysdeps/generic/memrchr.c: New file, adapted from memchr.c.
 	* sysdeps/i386/bits/string.h (__memrchr): New function.
 	* string/string.h: Declare memrchr, __memrchr.