s/qmail
4.3.20
Next generation secure email transport
Loading...
Searching...
No Matches
4.3
sqmail-4.3.20
src
tryflock.c
Go to the documentation of this file.
1
#include <sys/types.h>
2
#include <sys/file.h>
3
#include <fcntl.h>
4
5
int
main
()
6
{
7
flock(0,LOCK_EX | LOCK_UN | LOCK_NB);
8
}
main
int main()
Definition:
tryflock.c:5
Generated on Thu Jan 16 2025 17:42:04 for s/qmail by
1.9.6