repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-tests: Add tests for trivial FD monitoring
[Samba.git]
/
tests
/
trivial.c
blob
a137c8c9727e30a293503732e7b99d238690e67a
1
2
void
exit
(
int
);
3
4
int
main
(
void
)
5
{
6
exit
(
0
);
7
}