shithub: npe

ref: 36992df80a3a9a05e18b00c4570e043da4352637
dir: /libnpe/dirfd.c/

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

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