1 2 3 4 5 6 7 8
#include <fcntl.h> #include <sys/file.h> #include <sys/types.h> int main() { flock(0, LOCK_EX | LOCK_UN | LOCK_NB); }