Add 32bit time64 syscalls for arm, mips32, ppc32 and x86.
[valgrind.git] / memcheck / tests / filter_varinfo3
blobdbf25eee5b65c1187f9d6e6ba006cc0185439e03
1 #! /bin/sh
3 # See comment at top of varinfo3.c for why these hacks are necessary
5 ./filter_stderr "$@" |
6 sed "s/static_local_def\.[0-9]*/static_local_def\.XXXX/g" |
7 sed "s/static_local_undef\.[0-9]*/static_local_undef\.XXXX/g"