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