From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id C8C743968C3D; Tue, 13 Apr 2021 10:56:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8C743968C3D Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: fix fenv.h includes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: cc19109af966331f76cc8b6fd7c92eec36dc2276 X-Git-Newrev: 81137c50d1ba9e1b023f51567f01d6076403f699 Message-Id: <20210413105657.C8C743968C3D@sourceware.org> Date: Tue, 13 Apr 2021 10:56:57 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2021 10:56:57 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=81137c50d1ba9e1b023f51567f01d6076403f699 commit 81137c50d1ba9e1b023f51567f01d6076403f699 Author: Corinna Vinschen Date: Tue Apr 6 11:51:21 2021 +0200 Cygwin: fix fenv.h includes Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/autoload.cc | 2 +- winsup/cygwin/dcrt0.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 613a0199c..b2de2c3f4 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -8,7 +8,7 @@ details. */ #include "winsup.h" #include "miscfuncs.h" -#include "fenv.h" +#include #define USE_SYS_TYPES_FD_SET #include diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index d4a08d18b..f153c732b 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -33,7 +33,7 @@ details. */ #include "tls_pbuf.h" #include "exception.h" #include "cygxdr.h" -#include "fenv.h" +#include #include "ntdll.h" #define MAX_AT_FILE_LEVEL 10