Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-11-16 22:06:19 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-11-17 15:10:20 +0300
commit7e4840bc459d5105a9d6290df1323ba1360ba081 (patch)
tree7b3800e3b4a079829f6ef9cfe29247f0f258ff5b /newlib
parent2cc109be1d332a0e8e488f35b8b1e112f3b7b284 (diff)
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 <corinna@vinschen.de>
Diffstat (limited to 'newlib')
-rw-r--r--newlib/newlib.hin12
1 files changed, 12 insertions, 0 deletions
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__ */