build: avoid spurious valgrind warning about uses of touch
authorJim Meyering <meyering@redhat.com>
Sat, 27 Sep 2008 10:08:38 +0000 (12:08 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 28 Sep 2008 21:02:41 +0000 (23:02 +0200)
* .vg-suppressions (utimensat-NULL): Avoid bogus valgrind warning
that appears on at least Fedora 9.

.vg-suppressions

index 4b90cf4..5d0ed20 100644 (file)
@@ -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
    fun:gobble_file
    fun:main
 }
+{
+   utimensat-NULL
+   Memcheck:Param
+   utimensat(filename)
+   fun:futimens
+   fun:gl_futimens
+   fun:main
+}