From patchwork Tue Nov 12 18:48:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Adhemerval Zanella (Code Review)" X-Patchwork-Id: 1193768 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-106964-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=gnutoolchain-gerrit.osci.io Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="aK0zMg31"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47CGwj1Ywfz9s7T for ; Wed, 13 Nov 2019 05:48:36 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:in-reply-to:references :reply-to:mime-version:content-transfer-encoding:content-type :message-id; q=dns; s=default; b=O8qq9m5SZawS/z820bR0Phc1C3AlmYu OdX5pGkKb0MdrsPfLXXxDsk1aFU5/oS1lJOK1jjlKgQ6whJ3Xn2tI2wPsP62ll/0 w9yelABiaS8OVKzxameRbOUmY/YVpbjZFy9//xaiUxwPfjEzeR+A/vFTYM6Ko3KR 9LVyOdNzd6og= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:in-reply-to:references :reply-to:mime-version:content-transfer-encoding:content-type :message-id; s=default; bh=KAqV4G407zdkYqWTGmP97BKDNP4=; b=aK0zM g31gdc1PHUcymvVQsKl+tcrFlAKW+lXLLq0olGX6tSjxba17QT7UP2OdEaXxBJJp 8m37P3Dwo13k5rZmPe0g+/NvLlQ+X2BPFfsl9dh6JcHWZTeoqNlWRpu2M0fY36Xh WgeTvuioO8hejRSWLd6hB+7p8JCkvdPEZ/zinI= Received: (qmail 11065 invoked by alias); 12 Nov 2019 18:48:31 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 11048 invoked by uid 89); 12 Nov 2019 18:48:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, TVD_SPACE_RATIO autolearn=ham version=3.3.1 spammy= X-HELO: mx1.osci.io X-Gerrit-PatchSet: 3 Date: Tue, 12 Nov 2019 13:48:24 -0500 From: "Florian Weimer (Code Review)" To: Florian Weimer , libc-alpha@sourceware.org Auto-Submitted: auto-generated X-Gerrit-MessageType: newpatchset Subject: [review v3] support: Include in support_set_small_thread_stack_size.c X-Gerrit-Change-Id: Idc212c887ff178aa67f22cc99def3383dae99040 X-Gerrit-Change-Number: 619 X-Gerrit-ChangeURL: X-Gerrit-Commit: f682974237d36dc8a95cccd913fd4a52fe9af962 In-Reply-To: References: Reply-To: fweimer@redhat.com, fweimer@redhat.com, libc-alpha@sourceware.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Gerrit/3.0.3-76-gf8b6da0ab5 Message-Id: <20191112184824.8764D20AF6@gnutoolchain-gerrit.osci.io> Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/619 ...................................................................... support: Include in support_set_small_thread_stack_size.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 . */ +#include #include #include #include