From patchwork Tue Nov 12 18:39:01 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: 1193765 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-106961-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="TErdS+cP"; 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 47CGjq5G5Sz9sRH for ; Wed, 13 Nov 2019 05:39:11 +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:cc:message-id:subject:references :reply-to:mime-version:content-transfer-encoding:content-type; q=dns; s=default; b=LoYuQK8TmhqpAW01di8l3psbEQagk2oO278ByS7yLAH LwVzkUrTORYh7cCX2UPInBAG/A+h09hxpzAt5DW4bTgxUNnGE49oE+P+a6oj8XgQ OeKFZ8J3Lu+PuL7Kbh+jOfFlNBp7sG7aez9ZNOoyBo1CKPyr3nFkUMMqTiaLH8is = 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:cc:message-id:subject:references :reply-to:mime-version:content-transfer-encoding:content-type; s=default; bh=XlJ01U5LCx73ZJyJFAcocIDNsKc=; b=TErdS+cPLj+m/It8D NHCwCL6jYeQAuC0XYHWz4ZBAYNWfhOmWWYRWF/2FJ0egB2AjJbcb8tc2NMbO/CR+ r8XYH1yqUyXis1dd8r3ekZAEbO+NL1x0we7oeU0I23CSK4Rf8UBTtLaJhX5M8cxb W69xbJsyDenC6NtSCL3KbVwIPA= Received: (qmail 124532 invoked by alias); 12 Nov 2019 18:39:06 -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 124520 invoked by uid 89); 12 Nov 2019 18:39:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mx1.osci.io X-Gerrit-PatchSet: 1 Date: Tue, 12 Nov 2019 13:39:01 -0500 From: "Florian Weimer (Code Review)" To: libc-alpha@sourceware.org Cc: Florian Weimer Message-ID: Auto-Submitted: auto-generated X-Gerrit-MessageType: newchange Subject: [review] support: Include in support_small_stack_thread_attribute.c X-Gerrit-Change-Id: Idc212c887ff178aa67f22cc99def3383dae99040 X-Gerrit-Change-Number: 619 X-Gerrit-ChangeURL: X-Gerrit-Commit: 71ceb0746db72fedf7e62e895eec9b7b0cf553f4 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 Change URL: https://gnutoolchain-gerrit.osci.io/r/c/glibc/+/619 ...................................................................... support: Include 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 #include +#include static void * allocate (void *closure)