unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "Florian Weimer (Code Review)" <gerrit@gnutoolchain-gerrit.osci.io>
To: Florian Weimer <fweimer@redhat.com>, libc-alpha@sourceware.org
Subject: [review v2] support: Include <limits.h> in support_small_stack_thread_attribute.c
Date: Tue, 12 Nov 2019 13:47:39 -0500	[thread overview]
Message-ID: <20191112184739.8A93220AF6@gnutoolchain-gerrit.osci.io> (raw)
In-Reply-To: <gerrit.1573583941000.Idc212c887ff178aa67f22cc99def3383dae99040@gnutoolchain-gerrit.osci.io>

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_set_small_thread_stack_size.c
1 file changed, 1 insertion(+), 0 deletions(-)



diff --git a/support/support_set_small_thread_stack_size.c b/support/support_set_small_thread_stack_size.c
index 23189fd..c4f8fea 100644
--- a/support/support_set_small_thread_stack_size.c
+++ b/support/support_set_small_thread_stack_size.c
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#include <limits.h>
 #include <pthread.h>
 #include <support/xthread.h>
 #include <sys/param.h>

-- 
Gerrit-Project: glibc
Gerrit-Branch: master
Gerrit-Change-Id: Idc212c887ff178aa67f22cc99def3383dae99040
Gerrit-Change-Number: 619
Gerrit-PatchSet: 2
Gerrit-Owner: Florian Weimer <fweimer@redhat.com>
Gerrit-MessageType: newpatchset

  reply	other threads:[~2019-11-12 18:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12 18:39 [review] support: Include <limits.h> in support_small_stack_thread_attribute.c Florian Weimer (Code Review)
2019-11-12 18:47 ` Florian Weimer (Code Review) [this message]
2019-11-12 18:48 ` [review v3] support: Include <limits.h> in support_set_small_thread_stack_size.c Florian Weimer (Code Review)
2019-11-12 19:05 ` Florian Weimer (Code Review)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191112184739.8A93220AF6@gnutoolchain-gerrit.osci.io \
    --to=gerrit@gnutoolchain-gerrit.osci.io \
    --cc=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).