GNU C Library master sources branch master updated. glibc-2.19-768-g2d5976a
roland@sourceware.org
roland@sourceware.org
Fri Jul 4 04:17:00 GMT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 2d5976a58069dda271d81fdcec36de13345d77ac (commit)
from c1f5acd4f49a390ba536af0104835be37cba19ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2d5976a58069dda271d81fdcec36de13345d77ac
commit 2d5976a58069dda271d81fdcec36de13345d77ac
Author: Roland McGrath <roland@hack.frob.com>
Date: Thu Jul 3 21:15:56 2014 -0700
Add missing #include in sysdeps/alpha/fpu/s_nearbyint.c
diff --git a/ChangeLog b/ChangeLog
index 996b346..d31dcaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/sysdeps/alpha/fpu/s_nearbyint.c b/sysdeps/alpha/fpu/s_nearbyint.c
index dc13910..2c8707f 100644
--- a/sysdeps/alpha/fpu/s_nearbyint.c
+++ b/sysdeps/alpha/fpu/s_nearbyint.c
@@ -16,8 +16,10 @@
License along with the GNU C Library. If not, see
<http://www.gnu.org/licenses/>. */
+#include <math_ldbl_opt.h>
+
#include <sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c>
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+#if LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)
compat_symbol (libm, __nearbyint, nearbyintl, GLIBC_2_1);
#endif
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
sysdeps/alpha/fpu/s_nearbyint.c | 4 +++-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list