shithub: npe

ref: 74308d12f66140b88cda1ff256218b2fe81a898e
dir: /libnpe/dirfd.c/

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

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