summaryrefslogtreecommitdiff
path: root/src/dirent/dirfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirent/dirfd.c')
-rw-r--r--src/dirent/dirfd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dirent/dirfd.c b/src/dirent/dirfd.c
new file mode 100644
index 00000000..6c860073
--- /dev/null
+++ b/src/dirent/dirfd.c
@@ -0,0 +1,7 @@
+#include <dirent.h>
+#include "__dirent.h"
+
+int dirfd(DIR *d)
+{
+ return d->fd;
+}