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).
This commit is contained in:
Jeff Johnston 2002-08-28 23:42:53 +00:00
parent 1a48bbb9b8
commit 48da61f5bb
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>.

View File

@ -0,0 +1,2 @@
/* dummy file for external tools to use. Real file is created by
newlib configuration. */