blob: f488852b1b120d94fba24b89c4118b37db9665fc [file] [log] [blame]
#include <sys/file.h>
#include "syscall.h"
int flock(int fd, int op) {
return syscall(SYS_flock, fd, op);
}