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.17-314-gace4acc


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  ace4acc8ace692f64051594afe47efb1135b3c29 (commit)
      from  e5c74c633e3c92e6653931f6f1b17f955f7e2669 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ace4acc8ace692f64051594afe47efb1135b3c29

commit ace4acc8ace692f64051594afe47efb1135b3c29
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Fri Mar 1 20:45:17 2013 +0530

    Fix build warning

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 39b91a8..4beb77c 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,7 @@
 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* tst-oddstacklimit.c: Include stdlib.h.
+
 	* Makefile (tests): Add tst-pthread-stack-env.
 	(tst-pthread-stack-env-ENV): Set environment for test.
 	* nptl-init.c (set_default_stacksize): New function.
diff --git a/nptl/tst-oddstacklimit.c b/nptl/tst-oddstacklimit.c
index 2c7783f..49754fe 100644
--- a/nptl/tst-oddstacklimit.c
+++ b/nptl/tst-oddstacklimit.c
@@ -21,6 +21,7 @@
 #include <string.h>
 #include <sys/resource.h>
 #include <sys/wait.h>
+#include <stdlib.h>
 
 /* This sets the stack resource limit to 1023kb, which is not a multiple
    of the page size since every architecture's page size is > 1k.  */

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

Summary of changes:
 nptl/ChangeLog           |    2 ++
 nptl/tst-oddstacklimit.c |    1 +
 2 files changed, 3 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]