shithub: npe

ref: aaad5f4c82f96f96103c545a5db4e46ef4e22d33
dir: /libnpe/dirfd.c/

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

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