From patchwork Mon Dec 15 17:36:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella X-Patchwork-Id: 421528 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 6E120140081 for ; Tue, 16 Dec 2014 04:36:44 +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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=GOf x2/w8L5ppMk1tag+6eo36EeMYCCRnx8/+LhGNli5g/DTn9JD15eaZQU9sM348XDh mqiryKjBRXl3U7E4IqsepgLtc+c2yxWerxnIwEz5/gOPsQ7SfGUeVBOJVvqLjz1Q Vfl17KD2rIvVotE/rw2GvFNwvZQOqJf/C8eWj7sY= 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:content-transfer-encoding; s=default; bh=Dp6ODXNUf jo+tQ4fHofvxFdW4Rc=; b=gMn+/NFKXU3VOx6/SaMJmFR2S8ZWLLrTCjC5M1ufr j1LaJB188EITPwq4UFj47veQv3SPMhgCzrYJQN7hCJyiBrIsPM//WAhI48e41hQM NT8VbpCG2J5xTLEO+vU5k3eh+RVuCVKtQhlGIE42EARD8ZiSqjKomhCNnULNBjKL CU= Received: (qmail 27911 invoked by alias); 15 Dec 2014 17:36:39 -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 27899 invoked by uid 89); 15 Dec 2014 17:36:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e24smtp04.br.ibm.com Message-ID: <548F1C15.4010305@linux.vnet.ibm.com> Date: Mon, 15 Dec 2014 15:36:21 -0200 From: Adhemerval Zanella User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "GNU C. Library" Subject: [COMMITTED] [PATCH] stdio-common: Include in some tests X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14121517-0029-0000-0000-0000024F46F6 This patch adds the missing libc-internal.h include on test-vprintf.c tst-sprintf.c. It fixes the tests build failing I was seeing on powerpc64 and powerpc32. --- * stdio-common/test-vfprintf.c: Include . * stdio-common/tst-sprintf.c: Likewise. -- diff --git a/stdio-common/test-vfprintf.c b/stdio-common/test-vfprintf.c index 8483d8d..66e7d5c 100644 --- a/stdio-common/test-vfprintf.c +++ b/stdio-common/test-vfprintf.c @@ -25,6 +25,7 @@ #include #include #include +#include const char *locs[] = diff --git a/stdio-common/tst-sprintf.c b/stdio-common/tst-sprintf.c index ea3008b..d5284b9 100644 --- a/stdio-common/tst-sprintf.c +++ b/stdio-common/tst-sprintf.c @@ -2,6 +2,7 @@ #include #include #include +#include static int