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