summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-04-10 13:39:33 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-04-10 13:40:13 -0700
commitb967bf4908694ebc4190c9675496121002240ff1 (patch)
treeacd4f15356490e2e4f69de984dad82185fe3d7ce
parent1dea1569210f945d4ac5546394bf4ee70a3bac5a (diff)
downloadgnulib-b967bf4908694ebc4190c9675496121002240ff1.tar.gz
Blame GCC, not Coverity, in utimens ChangeLog entry.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aae007f93..e28669dec8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@
utimens: fix confusing arg type in internal func
Although the old code was technically correct, this was accidental
- and it understandably confused Coverity. Reported by Ondrej Dubaj in:
+ and it confused a GCC 11 prerelease. Reported by Ondrej Dubaj in:
https://lists.gnu.org/r/bug-tar/2021-04/msg00000.html
* lib/utimens.c (update_timespec): Change arg type from ‘struct
timespec *[2]’ (pointer to array of 2 pointers to timespecs) to