#include // for DIR, dirfd #include // for intptr_t int dirfd(DIR *dirp) { return ~((intptr_t)dirp); }