Import ezmlm 0.53
[ezmlm] / trywaitp.c
CommitLineData
5b62e993
MW
1#include <sys/types.h>
2#include <sys/wait.h>
3
4void main()
5{
6 waitpid(0,0,0);
7}