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