From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1921) id 83E0C3857402; Wed, 18 May 2022 05:57:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 83E0C3857402 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Sebastian Huber To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Enable backward binary compatibility X-Act-Checkin: newlib-cygwin X-Git-Author: Sebastian Huber X-Git-Refname: refs/heads/master X-Git-Oldrev: 065d77dd0232efb4a49494ff9d2797da9c537e28 X-Git-Newrev: 4a00cbcefe97848d7c202ecf40afd430719527a7 Message-Id: <20220518055759.83E0C3857402@sourceware.org> Date: Wed, 18 May 2022 05:57:59 +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: Wed, 18 May 2022 05:57:59 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D4a00cbcefe9= 7848d7c202ecf40afd430719527a7 commit 4a00cbcefe97848d7c202ecf40afd430719527a7 Author: Sebastian Huber Date: Fri May 13 14:29:17 2022 +0200 Cygwin: Enable backward binary compatibility Diff: --- winsup/cygwin/include/cygwin/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/cygwin/include/cygwin/config.h b/winsup/cygwin/include/= cygwin/config.h index 3d154a47e..2373c1b3f 100644 --- a/winsup/cygwin/include/cygwin/config.h +++ b/winsup/cygwin/include/cygwin/config.h @@ -72,6 +72,7 @@ extern inline struct _reent *__getreent (void) #define __TM_GMTOFF tm_gmtoff #define __TM_ZONE tm_zone #define _USE_LONG_TIME_T 1 +#define _REENT_BACKWARD_BINARY_COMPAT 1 =20 #if defined(__INSIDE_CYGWIN__) || defined(_LIBC) #define __EXPORT __declspec(dllexport)