about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-28 00:14:28 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-28 00:14:28 +0000
commitabcb00dabb45898628edba9ee13e499977714579 (patch)
tree6e740f2b66f0935459bc462bcbc8b922d79baf57 /ChangeLog
parentea493b56b434b21190e6fe39212d6d15e4eecdf0 (diff)
downloadglibc-abcb00dabb45898628edba9ee13e499977714579.tar.gz
glibc-abcb00dabb45898628edba9ee13e499977714579.tar.xz
glibc-abcb00dabb45898628edba9ee13e499977714579.zip
Update.
	* math/math_private.h: Declare __copysignf.
	* sysdeps/ieee754/flt-32/s_scalbnf.c: Use __copysignf instead of
	copysignf.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 459ee48d55..4c012d176f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-08-27  Ulrich Drepper  <drepper@redhat.com>
 
+	* math/math_private.h: Declare __copysignf.
+	* sysdeps/ieee754/flt-32/s_scalbnf.c: Use __copysignf instead of
+	copysignf.
+
 	* sysdeps/x86_64/fpu/bits/mathinline.h: Define __signbitf,
 	__signbit, and __signbitl inline functions.