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:
authorJeff Johnston <jjohnstn@redhat.com>2002-08-29 03:42:53 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-08-29 03:42:53 +0400
commit48da61f5bb589d0ac20b6019217adcbc8c3b69b8 (patch)
treef0233e18c5789c5772599c6c5b0b2c44f7a1977a /newlib
parent1a48bbb9b84d9849dbb8e6afba10117c48a23387 (diff)
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/newlib.h: New file for tools that use newlib headers but don't build newlib first (e.g. gcc).
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/include/newlib.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ad1ca6f3e..fcc63f810 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/include/newlib.h: New file for tools that use newlib
+ headers but don't build newlib first (e.g. gcc).
+
+2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>.
* libc/stdlib/wmemcmp.c: Ditto.
* libc/stdlib/wmemcpy.c: Ditto.
diff --git a/newlib/libc/include/newlib.h b/newlib/libc/include/newlib.h
new file mode 100644
index 000000000..d4fffb169
--- /dev/null
+++ b/newlib/libc/include/newlib.h
@@ -0,0 +1,2 @@
+/* dummy file for external tools to use. Real file is created by
+ newlib configuration. */