/*
 * Linux libc-5.2.18 hack.
 * This makes the internal structure of DIR visible so that we can use dd_fd.
 */
#ifdef linux
#define DIRENT_ILLEGAL_ACCESS
#endif
