From 48da61f5bb589d0ac20b6019217adcbc8c3b69b8 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 28 Aug 2002 23:42:53 +0000 Subject: [PATCH] 2002-08-28 Jeff Johnston * libc/include/newlib.h: New file for tools that use newlib headers but don't build newlib first (e.g. gcc). --- newlib/ChangeLog | 5 +++++ newlib/libc/include/newlib.h | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 newlib/libc/include/newlib.h diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ad1ca6f3e..fcc63f810 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2002-08-28 Jeff Johnston + + * 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 * libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>. 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. */