1 2 3 4 5 6
#include <syscall.h> int flock(int fildes, int opcode) { return syscall(flock, fildes, opcode); }