summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-08 18:03:03 +0000
committerJim Meyering <jim@meyering.net>2003-06-08 18:03:03 +0000
commitf6b33256904b2f2447653ea8020a4910044947a1 (patch)
treef384661f076dc457840461df5565cfca62115485
parent44c64b781045b8a070d8dd7edb1e609773b9f1ac (diff)
downloadcoreutils-f6b33256904b2f2447653ea8020a4910044947a1.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d238f75e8..fa7968a1e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -5,7 +5,7 @@
Clean up, as part of merge with emacs version of strftime.c.
* strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
Remove function, now that we can rely on a working tzset function.
- Ensure that the required autoconf test has been run.
+ [!_LIBC]: Ensure that the required autoconf test has been run.
* gettimeofday.c: Also undef tzset.
(rpl_tzset): New function, for use by new macro, gl_FUNC_TZSET_CLOBBER.