From f4fbb39dfd54146807e36d411a953d0a9bb65b29 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 4 May 2003 08:30:25 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 8150c81f0..a4fde3f99 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -7,7 +7,8 @@ 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 GNU libc. + * putenv.c (__set_errno, LOCK, UNLOCK): Define. + (unsetenv): New static function, from GNU libc. (rpl_putenv): Use it. 2003-05-02 Jim Meyering