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
/
freebsd
/
bug498317.c
blob
36a1a5a1365e5cac7982652ac18f99ed748e4479
1
#include <fcntl.h>
2
3
int
main
(
void
) {
4
fcntl
(-
1
,
F_GETFD
);
5
return
0
;
6
}
7