#include #include int flock(int fd, int op) { errno = ENOSYS; return -1; }