blob: 6c860073990343b83646e7c1c544eae5a699cecc [file] [log] [blame]
Rich Felker0b44a032011-02-12 00:22:29 -05001#include <dirent.h>
2#include "__dirent.h"
3
4int dirfd(DIR *d)
5{
6 return d->fd;
7}