shithub: npe

ref: 1cf523a5e0dc72fd9d41aa434e3359ff08c5406e
dir: /libnpe/dirfd.c/

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

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