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
tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git]
/
memcheck
/
tests
/
darwin
/
scalar_fork.c
blob
6327dba8397a29fce325fdbe96547ba8740c20f7
1
#include
"scalar.h"
2
3
int
main
(
void
)
4
{
5
int
res
;
6
7
GO
(
__NR_fork
,
2
,
"0e"
);
8
SY
(
__NR_fork
);
9
10
return
(
0
);
11
}
12