summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-02-03 09:40:56 +0000
committerJakub Jelinek <jakub@redhat.com>2006-02-03 09:40:56 +0000
commite6001d3152ab6cd6246fad22ea02f4a9699661d3 (patch)
treead731eae12473cccfec1c5b24331c4c32ce19f3d /ChangeLog
parent9f57ac239bd04f64ae20f6e7b35f387ae6605312 (diff)
* math/math.h (__nldbl_nexttowardf): Put __THROW before
__attribute__ ((__const__)). (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT followed by __THROW. * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b50bdceaea..77405ff2a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-02-02 Jakub Jelinek <jakub@redhat.com>
+
+ * math/math.h (__nldbl_nexttowardf): Put __THROW before
+ __attribute__ ((__const__)).
+ (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT
+ followed by __THROW.
+
+ * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New
+ prototype.
+
2006-02-02 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat]