This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[review] support: Include <limits.h> in support_small_stack_thread_attribute.c
- From: "Florian Weimer (Code Review)" <gerrit at gnutoolchain-gerrit dot osci dot io>
- To: libc-alpha at sourceware dot org
- Cc: Florian Weimer <fweimer at redhat dot com>
- Date: Tue, 12 Nov 2019 13:39:01 -0500
- Subject: [review] support: Include <limits.h> in support_small_stack_thread_attribute.c
- Auto-submitted: auto-generated
- References: <gerrit.1573583941000.Idc212c887ff178aa67f22cc99def3383dae99040@gnutoolchain-gerrit.osci.io>
- Reply-to: fweimer at redhat dot com, fweimer at redhat dot com, libc-alpha at sourceware dot org
Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/619
......................................................................
support: Include <limits.h> in support_small_stack_thread_attribute.c
Change-Id: Idc212c887ff178aa67f22cc99def3383dae99040
---
M support/support_small_stack_thread_attribute.c
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/support/support_small_stack_thread_attribute.c b/support/support_small_stack_thread_attribute.c
index a65097d..206dacd 100644
--- a/support/support_small_stack_thread_attribute.c
+++ b/support/support_small_stack_thread_attribute.c
@@ -18,6 +18,7 @@
#include <support/xthread.h>
#include <allocate_once.h>
+#include <limits.h>
static void *
allocate (void *closure)
--
Gerrit-Project: glibc
Gerrit-Branch: master
Gerrit-Change-Id: Idc212c887ff178aa67f22cc99def3383dae99040
Gerrit-Change-Number: 619
Gerrit-PatchSet: 1
Gerrit-Owner: Florian Weimer <fweimer@redhat.com>
Gerrit-MessageType: newchange