From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id BC40D3858D35; Thu, 20 Jan 2022 01:57:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC40D3858D35 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib: add missing _NANO_MALLOC to newlib.hin X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 21fb1b461c29b61faf199ec2362ff9a53d6f01e6 X-Git-Newrev: 15c091ad7326129a3a4ddf04c67fffbc62d002ae Message-Id: <20220120015750.BC40D3858D35@sourceware.org> Date: Thu, 20 Jan 2022 01:57:50 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2022 01:57:50 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D15c091ad732= 6129a3a4ddf04c67fffbc62d002ae commit 15c091ad7326129a3a4ddf04c67fffbc62d002ae Author: Mike Frysinger Date: Mon Jan 17 21:25:17 2022 -0500 newlib: add missing _NANO_MALLOC to newlib.hin =20 This was added to configure, but never to the header file. Nothing uses this currently, so it's not a big deal (as all the dynamic logic is via automake conditionals), but might as well restore it now to keep autoheader output in sync. Diff: --- newlib/newlib.hin | 3 +++ 1 file changed, 3 insertions(+) diff --git a/newlib/newlib.hin b/newlib/newlib.hin index 26cd69f05..2b7b8d0d8 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -159,6 +159,9 @@ /* Define if small footprint nano-formatted-IO implementation used. */ #undef _NANO_FORMATTED_IO =20 +/* nano version of malloc is used. */ +#undef _NANO_MALLOC + /* Verify _REENT_CHECK macros allocate memory successfully. */ #undef _REENT_CHECK_VERIFY