acq_fcntl
acq_fcntl(fd, F_SETLKW, is_exclusive ? F_WRLCK : F_RDLCK);
acq_fcntl(fd, F_OFD_SETLKW, is_exclusive ? F_WRLCK : F_RDLCK);
static void acq_fcntl(int, int, int);