ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
tryflock.c
Go to the documentation of this file.
1
/* Public domain. */
2
3
#include <sys/types.h>
4
#include <sys/file.h>
5
#include <fcntl.h>
6
7
main
()
8
{
9
flock(0,LOCK_EX | LOCK_UN | LOCK_NB);
10
}
main
main()
Definition:
tryflock.c:7
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13