shithub: npe

ref: 742736e50d97306ad16853d18c977b502cf35b82
dir: /libnpe/dirfd.c/

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

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