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