From patchwork Sun Jul 26 07:58:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Lin Tang X-Patchwork-Id: 500021 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 B4FD01402BB for ; Sun, 26 Jul 2015 17:58:41 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=p20UowVx; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type; q=dns; s=default; b=GnBTfTgENtHIqw+I+NToytIQiK+pM QnELz3fQ5GlvTdEMSOZQ6t1rNPnxwK6+kisMIwtGuh9S770d2cFlzBqHG7H1VtZA yehZhofgK1TnroPRkAvf3LHSBEfz+GTUghRdvrQTxaN2oMiMtHa/4TcDAJ9uarK2 HvtnPFPxE6CTcg= 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:message-id:date:from:mime-version:to:subject :content-type; s=default; bh=686nCgPYAVgMrzrUyICnDIn3YpE=; b=p20 UowVxIFNrRzxw6rsZngWemKhe9mpbyxqfwDp1iZsj8o3fjjOKj+n8B0PnGngCMe/ oKpoLa7hhhUFCF7GXY2ayG+dvywXOWqOPI8wMTD7fXf4Ac6hC6hvUeKL+y/+WeEt eqGAumj3JNv6UQ/Z5pQLZFm358hQo98/gqyh5d14= Received: (qmail 18878 invoked by alias); 26 Jul 2015 07:58:29 -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 18867 invoked by uid 89); 26 Jul 2015 07:58:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Message-ID: <55B49315.3090609@codesourcery.com> Date: Sun, 26 Jul 2015 15:58:13 +0800 From: Chung-Lin Tang User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Subject: [PATCH, committed] Add #include to nptl/tst-join7mod.c As title, nptl/tst-join7mod.c failed to compile due to strerror() implicit declaration warnings (GCC 5.1.x), committed as obvious. Chung-Lin diff --git a/ChangeLog b/ChangeLog index d194b6e..2603ad0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-07-26 Chung-Lin Tang + + * nptl/tst-join7mod.c: Add #include . + 2015-07-25 Chung-Lin Tang * sysdeps/nios2/libm-test-ulps: Update. diff --git a/nptl/tst-join7mod.c b/nptl/tst-join7mod.c index 92bb381..a35db50 100644 --- a/nptl/tst-join7mod.c +++ b/nptl/tst-join7mod.c @@ -18,6 +18,7 @@ . */ #include +#include #include #include