1 #include <dirent.h>
2 #include "__dirent.h"
3 
dirfd(DIR * d)4 int dirfd(DIR *d)
5 {
6 	return d->fd;
7 }
8