diff --git a/lib/ChangeLog b/lib/ChangeLog index 1a0c87e10..70022842d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -4,6 +4,7 @@ 2002-11-19 Jim Meyering + Be careful not to clobber errno. * quotearg.c (quotearg_buffer_restyled): If mbrtowc returns `(size_t) -1' (at which point it would also set errno to EILSEQ), then restore errno to its previous value.