diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-04 08:30:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-04 08:30:09 +0000 |
commit | 8b4a10178b6317562c34bd1f8af92fe3911c542e (patch) | |
tree | 3ba2c46d4cad425e4d38f4d4700eb84f5e536516 /lib | |
parent | 6754f257e0ebaf819a90d39a98d640eeee5ee82e (diff) | |
download | coreutils-8b4a10178b6317562c34bd1f8af92fe3911c542e.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 85fa64bbe..8150c81f0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,13 @@ 2003-05-04 Jim Meyering <jim@meyering.net> + * 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 <jim@meyering.net> |