diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-28 23:42:53 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-28 23:42:53 +0000 |
commit | 48da61f5bb589d0ac20b6019217adcbc8c3b69b8 (patch) | |
tree | f0233e18c5789c5772599c6c5b0b2c44f7a1977a /newlib | |
parent | 1a48bbb9b84d9849dbb8e6afba10117c48a23387 (diff) | |
download | cygnal-48da61f5bb589d0ac20b6019217adcbc8c3b69b8.tar.gz cygnal-48da61f5bb589d0ac20b6019217adcbc8c3b69b8.tar.bz2 cygnal-48da61f5bb589d0ac20b6019217adcbc8c3b69b8.zip |
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/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. */ |