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:
parent
1a48bbb9b8
commit
48da61f5bb
|
@ -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>.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
/* dummy file for external tools to use. Real file is created by
|
||||
newlib configuration. */
|
Loading…
Reference in New Issue