s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
tryflock.c
Go to the documentation of this file.
1#include <sys/types.h>
2#include <sys/file.h>
3#include <fcntl.h>
4
5int main()
6{
7 flock(0,LOCK_EX | LOCK_UN | LOCK_NB);
8}
int main()
Definition: tryflock.c:5