1
0
Эх сурвалжийг харах

add _DIRENT_HAVE_D_* macros to dirent.h

Rostislav Skudnov 7 жил өмнө
parent
commit
1bc10ffeaa
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      include/dirent.h

+ 4 - 0
include/dirent.h

@@ -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;