Add/fix copyright notices and adjust to latest GNU FDL.
[platform/upstream/coreutils.git] / .vg-suppressions
1 # Suppress valgrind diagnostics we don't care about.
2
3 # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 # 02110-1301, USA.
19
20 {
21    libc_dl_open
22    Memcheck:Cond
23    fun:_dl_relocate_object
24    obj:/lib/libc-2.3.2.so
25    fun:_dl_catch_error
26    fun:_dl_open
27 }
28
29 {
30    libc_dl_catch_error__map_object
31    Memcheck:Addr1
32    obj:/lib/ld-2.3.2.so
33    fun:_dl_map_object
34    obj:/lib/libc-2.3.2.so
35    fun:_dl_catch_error
36 }
37 {
38    libc_dl_catch_error__map_versions
39    Memcheck:Addr1
40    obj:/lib/ld-2.3.2.so
41    fun:_dl_check_map_versions
42    obj:/lib/libc-2.3.2.so
43    fun:_dl_catch_error
44 }
45
46 {
47    jm_libc_sigaction
48    Memcheck:Param
49    sigaction(act)
50    fun:__libc_sigaction
51 }