ucspi-ssl  0.99e
TLS encryption for IPv6 communication
trywaitp.c
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #include <sys/types.h>
4 #include <sys/wait.h>
5 
6 main()
7 {
8  waitpid(0,0,0);
9 }
main()
Definition: trywaitp.c:6