chiark
/
gitweb
/
~mdw
/
ezmlm
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Debianization and various other fixes.
[ezmlm]
/
trywaitp.c
1
#include <sys/types.h>
2
#include <sys/wait.h>
3
4
void main()
5
{
6
waitpid(0,0,0);
7
}