#include #include #include int flock(int fd, int op) { return syscall(SYS_FLOCK, fd, op); }