From 7e4840bc459d5105a9d6290df1323ba1360ba081 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 16 Nov 2023 20:06:19 +0100 Subject: newlib.hin: regenerate The last two patches to configure.ac missed regeneration of newlib.hin. Fixes: 64a11fded15b ("Fix problem with _newlib_version.h not being filled in correctly") Fixes: 39f734a857e2 ("newlib: fix AC_DEFINE quoting style with version macros") Signed-off-by: Corinna Vinschen --- newlib/newlib.hin | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'newlib') diff --git a/newlib/newlib.hin b/newlib/newlib.hin index e87a5eabb..831846940 100644 --- a/newlib/newlib.hin +++ b/newlib/newlib.hin @@ -375,6 +375,9 @@ /* nano version of malloc is used. */ #undef _NANO_MALLOC +/* The newlib version in string format. */ +#undef _NEWLIB_VERSION + /* Verify _REENT_CHECK macros allocate memory successfully. */ #undef _REENT_CHECK_VERIFY @@ -422,4 +425,13 @@ /* Define if wide char orientation is supported. */ #undef _WIDE_ORIENT +/* The newlib minor version number. */ +#undef __NEWLIB_MINOR__ + +/* The newlib patch level. */ +#undef __NEWLIB_PATCHLEVEL__ + +/* The newlib major version number. */ +#undef __NEWLIB__ + #endif /* !__NEWLIB_H__ */ -- cgit v1.2.3