1 2 3 4 5 6 7
#include <sys/file.h> #include "syscall.h" int flock(int fd, int op) { return syscall(SYS_flock, fd, op); }