diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-03 21:15:56 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-07-03 21:15:56 -0700 |
commit | 2d5976a58069dda271d81fdcec36de13345d77ac (patch) | |
tree | 3e7acd66d449880beac052c471454c75cc7ba4ef /ChangeLog | |
parent | c1f5acd4f49a390ba536af0104835be37cba19ca (diff) | |
download | glibc-2d5976a58069dda271d81fdcec36de13345d77ac.tar glibc-2d5976a58069dda271d81fdcec36de13345d77ac.tar.gz glibc-2d5976a58069dda271d81fdcec36de13345d77ac.tar.bz2 glibc-2d5976a58069dda271d81fdcec36de13345d77ac.zip |
Add missing #include in sysdeps/alpha/fpu/s_nearbyint.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2014-07-03 Roland McGrath <roland@hack.frob.com> + * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>. + * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than AC_EGREP_CPP for kernel header checks, so they only succeed if including <linux/version.h> actually works right. |