diff options
author | Jim Meyering <meyering@redhat.com> | 2008-09-27 12:08:38 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-28 23:02:41 +0200 |
commit | cee53c14303b5c0a9c587242c775731e0a9c748e (patch) | |
tree | 894066dff94780cbe06681ce0a653db05a33cf3a /.vg-suppressions | |
parent | 0643c51cabdb4d161ef4da9bc27e4e0e307ec6a7 (diff) | |
download | coreutils-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-suppressions | 10 |
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 +} |