From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16350 invoked by alias); 26 Jul 2019 14:20:10 -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 16339 invoked by uid 89); 26 Jul 2019 14:20:09 -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,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: NAM04-SN1-obe.outbound.protection.outlook.com Received: from mail-eopbgr700128.outbound.protection.outlook.com (HELO NAM04-SN1-obe.outbound.protection.outlook.com) (40.107.70.128) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 26 Jul 2019 14:20:08 +0000 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DZd00wXXpxeUtHvOrV7/A9nr5XzF5RVvONaM97uwgoRAXCAxMPz6VALV87H3nSsHrNkb0OcXbRUNX95HHnyYnElnhr6IE/pG//X99CsBACc2/F0EvB/s1bOSmXtl1QtN/LxU57zHiatCoekGZwPRkCPOtDuxoKxzV9d7AGv1GcXViiF4QcvQHhIrmUVwtWImA21Dp6l9HDhlE35uCjRbflfJgoQmQvcff+75nrlcUJ/9qv4gW3MeCjZEt0A0j33JLi2cI4z+nnDzYFERTA4c0JZT581FGmvOvFmo8Gu1PFW4iugdXFVh/YswjXeq122/v7NGo55qlbaHV4avHevDKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KWO5KZemDDJIbuSIMSw1CF2OTzreeetnbIuRkguK/aY=; b=QFygLiPPFdN/Z0ZbNBEdNMPsEZGOVkZj1kaj5K6ACF28m8KnwJ1OVcsb9mrSKGQeGBTk6FGWhPnLmsvUQNhO3/FO/QAiVEVeDCG5Kd9a4i0Yy5FkQWN34rTZm1xXF7g1peObSXTDScMK7vcxHGI9J64cA/Vn64F96wDrHNOC7HZUatm9fXiTYyOlW07VYDGRHmjD8RIBqXlSaJKR72zQDL5ROnUstxcPeGUH52przN98+wxwCIm1pBXvgBAPBTE/PudSdl4lMTMGPcPpH43ne3YbUb0L7MA1olmcpgasowbLjWtgNbbvUw85cQUxsBMo/XOa/2MyxTb/IeCOUQxejA== ARC-Authentication-Results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=cornell.edu;dmarc=pass action=none header.from=cornell.edu;dkim=pass header.d=cornell.edu;arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KWO5KZemDDJIbuSIMSw1CF2OTzreeetnbIuRkguK/aY=; b=Yl7VZIFByYL6eldawffsd4+ZVqMYFXNhze2UE1Rj29s8Opa9zqZ4aYf5HwYDFdFlMjTrJBUnvZ1dL7Z0koJ/bunWx0blafKglwqJNbnJAgHScSywa+vI10mgXuoNBXhVpoCOZgn5HWqY+mhWM5+prNFFULFyBAnBQWRTUYATsTc= Received: from CY1PR04MB2300.namprd04.prod.outlook.com (10.167.10.148) by CY1PR04MB2299.namprd04.prod.outlook.com (10.166.205.145) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2115.10; Fri, 26 Jul 2019 14:20:04 +0000 Received: from CY1PR04MB2300.namprd04.prod.outlook.com ([fe80::b0bd:c5ef:93b1:2bc8]) by CY1PR04MB2300.namprd04.prod.outlook.com ([fe80::b0bd:c5ef:93b1:2bc8%8]) with mapi id 15.20.2094.017; Fri, 26 Jul 2019 14:20:04 +0000 From: Ken Brown To: "newlib@sourceware.org" Subject: [PATCH] hash.c: #include Date: Fri, 26 Jul 2019 14:20:00 -0000 Message-ID: <20190726141949.57669-1-kbrown@cornell.edu> authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown@cornell.edu; x-ms-oob-tlc-oobclassifiers: OLM:348; received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: ksb2@cornell.edu X-IsSubscribed: yes X-SW-Source: 2019/txt/msg00362.txt.bz2 This is needed for the prototypes of _stat64 and _fstat64 on Cygwin. Fixes: commit 279805b2 "hash functions: use reentrant stat functions". --- newlib/libc/search/hash.c | 1 + 1 file changed, 1 insertion(+) 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/16/= 94"; =20 #include =20 +#include #include #include #include --=20 2.21.0