math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / dirent / dirfd.c
1 #include <dirent.h>
2 #include "__dirent.h"
3
4 int dirfd(DIR *d)
5 {
6         return d->fd;
7 }