summaryrefslogtreecommitdiff
path: root/trywaitp.c
blob: 64d807ee98fbd19989f59444a34bc27756df875e (plain)
1
2
3
4
5
6
7
#include <sys/types.h>
#include <sys/wait.h>

main()
{
  waitpid(0,0,0);
}