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
regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git]
/
none
/
tests
/
system.c
blob
3b906c36ec239154552da4a8c1a01ddd8cd3f31a
1
#include <stdlib.h>
2
3
// This wasn't working at one point, because glibc used a variant of clone()
4
// to implement system(), which Valgrind didn't accept.
5
6
int
main
(
void
)
7
{
8
system
(
"../../tests/true"
);
9
return
0
;
10
}