diff options
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/libc/include/newlib.h | 2 |
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. */ |