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
/
freebsd
/
scalar_fork.c
blob
542e9cdaf63a104f7e0e1edaf8edcb793a925da1
1
#include
"scalar.h"
2
3
int
main
(
void
)
4
{
5
/* SYS_fork 2 */
6
GO
(
SYS_fork
,
"0s 0m"
);
7
SY
(
SYS_fork
);
8
9
return
(
0
);
10
}
11