public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] newlib: add missing _NANO_MALLOC to newlib.hin
Date: Thu, 20 Jan 2022 01:57:50 +0000 (GMT)	[thread overview]
Message-ID: <20220120015750.BC40D3858D35@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=15c091ad7326129a3a4ddf04c67fffbc62d002ae

commit 15c091ad7326129a3a4ddf04c67fffbc62d002ae
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Jan 17 21:25:17 2022 -0500

    newlib: add missing _NANO_MALLOC to newlib.hin
    
    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
 
+/* nano version of malloc is used. */
+#undef _NANO_MALLOC
+
 /* Verify _REENT_CHECK macros allocate memory successfully. */
 #undef _REENT_CHECK_VERIFY


                 reply	other threads:[~2022-01-20  1:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220120015750.BC40D3858D35@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).