From: Siddhesh Poyarekar Date: Fri, 1 Mar 2013 15:15:17 +0000 (+0530) Subject: Fix build warning X-Git-Tag: glibc-2.18~622 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ace4acc8ace692f64051594afe47efb1135b3c29;p=platform%2Fupstream%2Fglibc.git 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 + * 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 #include #include +#include /* 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. */