summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-04 08:30:25 +0000
committerJim Meyering <jim@meyering.net>2003-05-04 08:30:25 +0000
commitf4fbb39dfd54146807e36d411a953d0a9bb65b29 (patch)
tree6e8dc233fc2f4542649f226da720c961681998ad /lib
parent8b4a10178b6317562c34bd1f8af92fe3911c542e (diff)
downloadcoreutils-f4fbb39dfd54146807e36d411a953d0a9bb65b29.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 2 insertions, 1 deletions
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 <jim@meyering.net>