shithub: npe

ref: 481982eca1360fc710e240f6b7757572a1cf8c74
dir: /libnpe/dirfd.c/

View raw version
#include <dirent.h>
#include <errno.h>
#include "_dirent.h"

int
dirfd(DIR *d)
{
	return d->fd;
}