1 2 3 4 5 6 7 8
#include <__dirent.h> #include <dirent.h> #include <stdint.h> int dirfd(DIR *dirp) { return ~((intptr_t)dirp); }