diff options
author | Eric Blake <eblake@redhat.com> | 2011-05-25 21:32:26 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-05-25 21:32:26 +0000 |
commit | d644e79f34cf2c8ef3f3a621ea4691ae6c5bb79f (patch) | |
tree | de391a763c081f11b1226511fdc2ca313805b157 | |
parent | c65167c86ed578b96c8466f2b006ef28a62c55c5 (diff) | |
download | cygnal-d644e79f34cf2c8ef3f3a621ea4691ae6c5bb79f.tar.gz cygnal-d644e79f34cf2c8ef3f3a621ea4691ae6c5bb79f.tar.bz2 cygnal-d644e79f34cf2c8ef3f3a621ea4691ae6c5bb79f.zip |
fix changelog typo
-rw-r--r-- | newlib/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 82ca1a2f7..6fae8d0ee 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -7,7 +7,7 @@ * libc/string/strerror.c (strerror): Split body into... (_strerror_r): ...new reentrant function. * libc/string/u_strerr.c (_user_strerror): Update signature. - * libc/include/stdio.h (_strerror_r): New prototype. + * libc/include/string.h (_strerror_r): New prototype. * libc/posix/collate.c (__collate_err): Adjust callers. * libc/stdio/perror.c (_perror_r): Likewise. * libc/string/strerror_r.c (strerror_r): Likewise. |