From cee53c14303b5c0a9c587242c775731e0a9c748e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Sep 2008 12:08:38 +0200 Subject: [PATCH] build: avoid spurious valgrind warning about uses of touch * .vg-suppressions (utimensat-NULL): Avoid bogus valgrind warning that appears on at least Fedora 9. --- .vg-suppressions | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.vg-suppressions b/.vg-suppressions index 4b90cf4..5d0ed20 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 +} -- 2.7.4