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