math: new logf
[musl] / include / dirent.h
index 88d3c3c..e0a8fe6 100644 (file)
@@ -17,6 +17,10 @@ extern "C" {
 
 typedef struct __dirstream DIR;
 
+#define _DIRENT_HAVE_D_RECLEN
+#define _DIRENT_HAVE_D_OFF
+#define _DIRENT_HAVE_D_TYPE
+
 struct dirent {
        ino_t d_ino;
        off_t d_off;