diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-01 19:45:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-01 19:45:29 +0000 |
commit | d36421fa255cdd931c18ad03cfda435e7897ef10 (patch) | |
tree | 96984558162d343e581c0111e619b240e9661b43 /ChangeLog | |
parent | 9d4c4f44768afda6f527c35959fbf339c508a035 (diff) | |
download | glibc-d36421fa255cdd931c18ad03cfda435e7897ef10.zip glibc-d36421fa255cdd931c18ad03cfda435e7897ef10.tar.gz glibc-d36421fa255cdd931c18ad03cfda435e7897ef10.tar.bz2 |
* math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with the
same #if condition as corresponding __BEGIN_NAMESPACE_C99.
(scalb): Don't define only if __USE_ISOC99.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-02-01 Jakub Jelinek <jakub@redhat.com> + * math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with the + same #if condition as corresponding __BEGIN_NAMESPACE_C99. + (scalb): Don't define only if __USE_ISOC99. + * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo. * sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps. |