mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-07 23:10:31 +08:00
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.
This commit is contained in:
parent
21fb1b461c
commit
15c091ad73
@ -159,6 +159,9 @@
|
|||||||
/* Define if small footprint nano-formatted-IO implementation used. */
|
/* Define if small footprint nano-formatted-IO implementation used. */
|
||||||
#undef _NANO_FORMATTED_IO
|
#undef _NANO_FORMATTED_IO
|
||||||
|
|
||||||
|
/* nano version of malloc is used. */
|
||||||
|
#undef _NANO_MALLOC
|
||||||
|
|
||||||
/* Verify _REENT_CHECK macros allocate memory successfully. */
|
/* Verify _REENT_CHECK macros allocate memory successfully. */
|
||||||
#undef _REENT_CHECK_VERIFY
|
#undef _REENT_CHECK_VERIFY
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user