diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-03 19:16:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-03 19:16:04 +0000 |
commit | ee926fc8f961697ee4c5d55da6c78716f12853c1 (patch) | |
tree | 279e23dedd25ef82e1592e8782b004db2a1d13b2 /ChangeLog | |
parent | 42247128d60f0620ecaf78981429d3379e1d355b (diff) | |
download | glibc-ee926fc8f961697ee4c5d55da6c78716f12853c1.tar glibc-ee926fc8f961697ee4c5d55da6c78716f12853c1.tar.gz glibc-ee926fc8f961697ee4c5d55da6c78716f12853c1.tar.bz2 glibc-ee926fc8f961697ee4c5d55da6c78716f12853c1.zip |
* stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r):
Guard with [__USE_SVID || __USE_XOPEN_EXTENDED].
* math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New
prototype.
* math/math.h (__nldbl_nexttowardf): Put __THROW before
__attribute__ ((__const__)).
(__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT
followed by __THROW.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-02-03 Jakub Jelinek <jakub@redhat.com> + + * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r): + Guard with [__USE_SVID || __USE_XOPEN_EXTENDED]. + + * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New + prototype. + + * math/math.h (__nldbl_nexttowardf): Put __THROW before + __attribute__ ((__const__)). + (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT + followed by __THROW. + 2006-02-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat] |