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.20-575-gb658fdd8


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  b658fdd82b4524cf6a39881d092caa23f63d93ac (commit)
      from  00b8b9baf410d28598e3c9a967ecc5dbb7e604af (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=b658fdd82b4524cf6a39881d092caa23f63d93ac

commit b658fdd82b4524cf6a39881d092caa23f63d93ac
Author: Andreas Schwab <schwab@suse.de>
Date:   Sun Jan 25 11:05:53 2015 +0100

    Include <signal.h> in sysdeps/nptl/allocrtsig.c
    
    Architectures which don't use hp-timing-common.h don't include <signal.h>
    via <sys/param.h>.

diff --git a/ChangeLog b/ChangeLog
index 6313758..26f7f3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-29  Andreas Schwab  <schwab@suse.de>
+
+	* sysdeps/nptl/allocrtsig.c: Include <signal.h>.
+
 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
 
 	[BZ #17892]
diff --git a/sysdeps/nptl/allocrtsig.c b/sysdeps/nptl/allocrtsig.c
index 6b1c5b2..7e3c621 100644
--- a/sysdeps/nptl/allocrtsig.c
+++ b/sysdeps/nptl/allocrtsig.c
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <signal.h>
 #include <nptl/pthreadP.h>
 
 /* Up to three special signals might be used privately by libpthread.

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

Summary of changes:
 ChangeLog                 |    4 ++++
 sysdeps/nptl/allocrtsig.c |    1 +
 2 files changed, 5 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]