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
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
new file mode 100644
index 000000000..ca92b9906
--- /dev/null
+++ b/newlib/newlib.hin
@@ -0,0 +1,12 @@
+#ifndef __NEWLIB_H__
+
+#define __NEWLIB_H__ 1
+
+/* EL/IX level */
+#undef _ELIX_LEVEL
+
+/* Newlib version */
+#undef _NEWLIB_VERSION
+
+#endif /* !__NEWLIB_H__ */
+