repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git]
/
memcheck
/
tests
/
filter_supp.in
blob
7a245ae22b89cf4438c41fedf2383bf67ebc8615
1
#! /bin/sh
2
# @configure_input@
3
4
SED
=
@SED@
5
6
.
/
filter_stderr
"$@"
|
7
8
$SED
'N;/^used_suppression/M{/^used_suppression/d;$!N;d};P;D'
9
10
exit
0