index
:
qmail
master
fixes and upgrades to qmail
jsd@av8n.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trywaitp.c
blob: 7e73bfacc410f8a6d3dc1775d8134fd9893506b7 (
plain
)
1
2
3
4
5
6
7
#include <sys/types.h> #include <sys/wait.h> void main() { waitpid(0,0,0); }