summaryrefslogtreecommitdiff
path: root/.vg-suppressions
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-09-27 12:08:38 +0200
committerJim Meyering <meyering@redhat.com>2008-09-28 23:02:41 +0200
commitcee53c14303b5c0a9c587242c775731e0a9c748e (patch)
tree894066dff94780cbe06681ce0a653db05a33cf3a /.vg-suppressions
parent0643c51cabdb4d161ef4da9bc27e4e0e307ec6a7 (diff)
downloadcoreutils-cee53c14303b5c0a9c587242c775731e0a9c748e.tar.gz
coreutils-cee53c14303b5c0a9c587242c775731e0a9c748e.tar.bz2
coreutils-cee53c14303b5c0a9c587242c775731e0a9c748e.zip
build: avoid spurious valgrind warning about uses of touch
* .vg-suppressions (utimensat-NULL): Avoid bogus valgrind warning that appears on at least Fedora 9.
Diffstat (limited to '.vg-suppressions')
-rw-r--r--.vg-suppressions10
1 files changed, 9 insertions, 1 deletions
diff --git a/.vg-suppressions b/.vg-suppressions
index 4b90cf4ce..5d0ed202f 100644
--- a/.vg-suppressions
+++ b/.vg-suppressions
@@ -1,6 +1,6 @@
# Suppress valgrind diagnostics we don't care about.
-# Copyright (C) 2003, 2004, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2006-2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -90,3 +90,11 @@
fun:gobble_file
fun:main
}
+{
+ utimensat-NULL
+ Memcheck:Param
+ utimensat(filename)
+ fun:futimens
+ fun:gl_futimens
+ fun:main
+}