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