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