olga / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/glibc-rh1418978-2-1.patch

00db10
commit ace4acc8ace692f64051594afe47efb1135b3c29
00db10
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
00db10
Date:   Fri Mar 1 20:45:17 2013 +0530
00db10
00db10
    Fix build warning
00db10
00db10
Index: b/nptl/tst-oddstacklimit.c
00db10
===================================================================
00db10
--- a/nptl/tst-oddstacklimit.c
00db10
+++ b/nptl/tst-oddstacklimit.c
00db10
@@ -21,6 +21,7 @@
00db10
 #include <string.h>
00db10
 #include <sys/resource.h>
00db10
 #include <sys/wait.h>
00db10
+#include <stdlib.h>
00db10
 
00db10
 /* This sets the stack resource limit to 1023kb, which is not a multiple
00db10
    of the page size since every architecture's page size is > 1k.  */