blob: 5e6ac4deed4a571f67f0a79e52a0c1b93fbb4a3b [file] [log] [blame]
#include <dirent.h>
#include "__dirent.h"
int dirfd(DIR* d) {
return d->fd;
}