summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-18 04:49:34 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-18 04:49:34 +0000
commit01608292818847e1d1aa69dc0d24104a67a193e3 (patch)
treec2caefbbc2d860ca9dcb44572ff584447e136a6c /ChangeLog
parentddad941ea4bd020f6af4174822f991b38872bb9b (diff)
downloadglibc-01608292818847e1d1aa69dc0d24104a67a193e3.tar.gz
glibc-01608292818847e1d1aa69dc0d24104a67a193e3.tar.xz
glibc-01608292818847e1d1aa69dc0d24104a67a193e3.zip
Update.
	* sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
	Handle kernels which report only three digits after the decimal point.
	Reported by Van Okamura <van.okamura@oracle.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42a8f3b507..a6f1970d83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-04-17  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
+	Handle kernels which report only three digits after the decimal point.
+	Reported by Van Okamura <van.okamura@oracle.com>.
+
 	* sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
 
 2001-04-17  David S. Miller  <davem@redhat.com>