shithub: npe

ref: 2b10549c4fcfed1d97488ba633f045ae6da393e3
dir: /libnpe/dirfd.c/

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

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