#include <fcntl.h>
#ifndef F_SETLKW
#error "F_SETLKW is not defined"
#endif
int main(void) { return 0; }
