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
mc_translate.c: enable further uses of DLexpensive for scalar EQ/NE comparisons
[valgrind.git]
/
none
/
tests
/
fdleak_pipe.c
blob
82ff24e885603b18743f44ddfc47873707ce94ad
1
#include <unistd.h>
2
#include
"fdleak.h"
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
int
fds
[
2
];
7
8
CLOSE_INHERITED_FDS
;
9
10
(
void
)
DO
(
pipe
(
fds
) );
11
12
return
0
;
13
}