diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-19 16:10:51 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-19 16:10:51 -0700 |
commit | 490df6c44152fb9f4ade4963c60dfd82025ff2eb (patch) | |
tree | a9bf6ac0322a27ee1560d08889cc2fe0ed755c77 /ChangeLog | |
parent | 5e52b189f0a3b74605044950f40fca8d289a200c (diff) | |
download | glibc-490df6c44152fb9f4ade4963c60dfd82025ff2eb.zip glibc-490df6c44152fb9f4ade4963c60dfd82025ff2eb.tar.gz glibc-490df6c44152fb9f4ade4963c60dfd82025ff2eb.tar.bz2 |
Check __x86_64__ instead of __WORDSIZE for fenv_t
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ 2012-03-19 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>. + (fenv_t): Check __x86_64__ instead of __WORDSIZE. + +2012-03-19 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE. 2012-03-19 H.J. Lu <hongjiu.lu@intel.com> |