From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104536 invoked by alias); 26 Jul 2019 15:11:08 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 104527 invoked by uid 89); 26 Jul 2019 15:11:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:753 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 26 Jul 2019 15:11:07 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5BC113E2D7 for ; Fri, 26 Jul 2019 15:11:06 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-116-213.ams2.redhat.com [10.36.116.213]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 262D260C68 for ; Fri, 26 Jul 2019 15:11:06 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id C186FA808BB; Fri, 26 Jul 2019 17:11:04 +0200 (CEST) Date: Fri, 26 Jul 2019 15:11:00 -0000 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] hash.c: #include Message-ID: <20190726151104.GI11632@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20190726141949.57669-1-kbrown@cornell.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gvF4niNJ+uBMJnEh" Content-Disposition: inline In-Reply-To: <20190726141949.57669-1-kbrown@cornell.edu> User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019/txt/msg00363.txt.bz2 --gvF4niNJ+uBMJnEh Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 748 On Jul 26 14:20, Ken Brown wrote: > This is needed for the prototypes of _stat64 and _fstat64 on Cygwin. >=20 > Fixes: commit 279805b2 "hash functions: use reentrant stat functions". > --- > newlib/libc/search/hash.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/newlib/libc/search/hash.c b/newlib/libc/search/hash.c > index c76b157b3..60fbeb0fd 100644 > --- a/newlib/libc/search/hash.c > +++ b/newlib/libc/search/hash.c > @@ -43,6 +43,7 @@ static char sccsid[] =3D "@(#)hash.c 8.9 (Berkeley) 6/1= 6/94"; >=20=20 > #include >=20=20 > +#include > #include > #include > #include > --=20 > 2.21.0 Please push. Thanks, Corinna --=20 Corinna Vinschen Cygwin Maintainer Red Hat --gvF4niNJ+uBMJnEh Content-Type: application/pgp-signature; name="signature.asc" Content-length: 833 -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAl07GAgACgkQ9TYGna5E T6BB2A/+Ji5A4X1AJipdAgNy70SwWoXJ3otqrFbprmyIIC9NS7CF3sRrLbbUm4wt 7oJ9pFzbcjhHQwKBpRLiAyyLNx4NrAlw5fWa/lO6FkRMMFRdGa+MuGtLRXJLzB7X kSwr9dsl0GXb4N4adcBErEyCqu3+iMx0ATXwxrGW0SX4UoLfQVv9Z0m8Vqap6BqA QHWdBp/UQW+toqGLEEJ2tMZo8e9AGK64LsNjTBaV3eemJM1/2AEbxB65WDnaHiXc /dwOG84o/Exmqjm3sutQ402sxZQ495QWUW3Lu8sScN8y2WHhWAS5jDupYz3J32ZO JzMNpzY/zcBLVosIiICtl6nlzFF9DNy8J8DNeD39n/KEVIMeXPmCJTnIqzsTIMr/ VWFbSB61CS8joNoWyifH26dTE8fTdem3b5sC+SQMhTzViLH2hegrn/o2yz2/p/bs yLLysp+qS4oHE5Z4QEGuA5ApFEReq32YJ9SSMmmYQ69S3TyRY0f2sA6Ty69wiUhD hUTDadetD52ewBhFm0gV68GNrUICeeqsw4bxMvh2fsf80IWRTXQ1CnTzC2Acg5zA e2wd3ozLwNp/AWD0i2gVV8i0GQ8PAMJZQsnqkfLeWi4/WOQt5BC7qnKCfxaj6wZe LsWvpcD7Ey3rHIp+PyXNAZBs3yIQQM6lo2EO2bGqVplI4jsKRIs= =kg8l -----END PGP SIGNATURE----- --gvF4niNJ+uBMJnEh--