diff options
author | Ulrich Drepper <drepper@gmail.com> | 2010-12-25 13:56:48 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-12-25 13:56:48 -0500 |
commit | 98727dbea212799beb7a15eeb9a21c8c5d100267 (patch) | |
tree | c265c48eaf3a67cc1d8dc54c487c84285bcdc0bd /ChangeLog | |
parent | 8bdf4e6eb88d2174ccf20c7180658fd9e816a7d8 (diff) | |
download | glibc-98727dbea212799beb7a15eeb9a21c8c5d100267.tar.gz glibc-98727dbea212799beb7a15eeb9a21c8c5d100267.tar.xz glibc-98727dbea212799beb7a15eeb9a21c8c5d100267.zip |
Change XPG-compliant strerror_r function to return error code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 497de673a0..c29dd53c47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-25 Ulrich Drepper <drepper@gmail.com> + + [BZ #12204] + * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1. + * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise. + 2010-12-15 H.J. Lu <hongjiu.lu@intel.com> * config.h.in (NO_CTORS_DTORS_SECTIONS): Define. |