This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-651-gaba8ef9


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  aba8ef95b56313269512f5ec449e0d9c74d2a1e2 (commit)
      from  3fc7236a2853953cce81ccc15a99c9bc1b7a648d (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=aba8ef95b56313269512f5ec449e0d9c74d2a1e2

commit aba8ef95b56313269512f5ec449e0d9c74d2a1e2
Author: Roland McGrath <roland@hack.frob.com>
Date:   Mon Jun 23 14:07:59 2014 -0700

    Add missing #include in get-rounding-mode.h

diff --git a/ChangeLog b/ChangeLog
index 3e48922..39d294a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-23  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
+	using abort.
+
 	* sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
 	Remove unused variable ST.
 
diff --git a/sysdeps/generic/get-rounding-mode.h b/sysdeps/generic/get-rounding-mode.h
index b46cab5..4282a37 100644
--- a/sysdeps/generic/get-rounding-mode.h
+++ b/sysdeps/generic/get-rounding-mode.h
@@ -20,6 +20,7 @@
 #define _GET_ROUNDING_MODE_H	1
 
 #include <fpu_control.h>
+#include <stdlib.h>
 
 /* Define values for FE_* modes not defined for this architecture.  */
 #ifdef FE_DOWNWARD

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                           |    3 +++
 sysdeps/generic/get-rounding-mode.h |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]