summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 85481ba80..2ef695944 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -5,8 +5,8 @@
with GCC 2.7.2.1 reported by Thomas M.Ott.
* settime.c (settime): Fix { typo in previous patch. Also, don't
- bother returning ENOSYS; just let stime return whatever errno it
- wants to return.
+ bother returning ENOSYS if settimeofday or stime fails; just let
+ them return whatever errno they wants to return.
2005-09-29 Jim Meyering <jim@meyering.net>