From: Jim Meyering Date: Sun, 4 May 2003 08:30:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~597 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b4a10178b6317562c34bd1f8af92fe3911c542e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 85fa64bbe5..8150c81f0c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,13 @@ 2003-05-04 Jim Meyering + * setenv.c (__set_errno, LOCK, UNLOCK): Define. + (unsetenv): Update from GNU libc. + Ifdef-out this function, since the only caller + is putenv.c and that file now has its own copy. + This avoids a core dump on systems without GNU putenv, when running `env -u SOME_ALREADY_UNSET_VARIABLE'. - * putenv.c (unsetenv): New static function, from libc. + * putenv.c (unsetenv): New static function, from GNU libc. (rpl_putenv): Use it. 2003-05-02 Jim Meyering