about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-25 19:45:27 +0000
committerRoland McGrath <roland@gnu.org>2002-10-25 19:45:27 +0000
commit57c1c9ed7c3fae556ebee9ff21f7c40595d029ba (patch)
tree63e7ef6d6135ab22b24026a6cf87731d3cb5512f /ChangeLog
parent5580f1544d434997f1ddfbb4785a7a447f75e605 (diff)
downloadglibc-57c1c9ed7c3fae556ebee9ff21f7c40595d029ba.tar.gz
glibc-57c1c9ed7c3fae556ebee9ff21f7c40595d029ba.tar.xz
glibc-57c1c9ed7c3fae556ebee9ff21f7c40595d029ba.zip
* math/math.h (M_LOG2El): Correct the value.
	From Stephen L Moshier <steve@moshier.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b75b5ef964..65794ab7d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-10-25  Roland McGrath  <roland@redhat.com>
 
+	* math/math.h (M_LOG2El): Correct the value.
+	From Stephen L Moshier <steve@moshier.net>.
+
 	* sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
 	conditional from __libc_multiple_libcs access.  Remove kludge for weak
 	symbol access with old compilers we no longer support.