diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-03-06 20:40:05 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-03-06 20:40:05 +0000 |
commit | 9d385fb06d0da10616c4e50873bd52456bade652 (patch) | |
tree | 14968f5178bf2607eb3b162e492d2d5cc0df365e /newlib/ChangeLog | |
parent | 2e7d9bf906c37584962e7d89b6de55c1fec9eeb3 (diff) | |
download | cygnal-9d385fb06d0da10616c4e50873bd52456bade652.tar.gz cygnal-9d385fb06d0da10616c4e50873bd52456bade652.tar.bz2 cygnal-9d385fb06d0da10616c4e50873bd52456bade652.zip |
2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>
* libc/string/memcmp.c: Fix to avoid pointer signedness warning.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 38707e878..95c92a5ce 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,9 @@ 2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org> + * libc/string/memcmp.c: Fix to avoid pointer signedness warning. + +2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org> + * libc/include/machine/_types.h: New file. * libc/include/sys/types.h: Do not check for __rtems__ when including <machine/_types.h>. Remove some redundant |