diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b8a5a6a..59e177a 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> + + * libc/string/bcmp.c: Include <strings.h> for "bcmp". + * libc/string/bcopy.c: Include <strings.h> for "bcopy". + * libc/string/strcasestr.c: Include <strings.h> for "strncasecmp". + * libc/time/strptime.c: Include <strings.h> for "strncasecmp". + 2011-08-19 Corinna Vinschen <vinschen@redhat.com> * libc/include/process.h: Remove exec family function declarations. |