瀏覽代碼

Make it obvious that dtype is disabled

Eric Andersen 24 年之前
父節點
當前提交
c4990c6859
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      libc/sysdeps/linux/powerpc/bits/dirent.h

+ 2 - 1
libc/sysdeps/linux/powerpc/bits/dirent.h

@@ -40,6 +40,7 @@ struct dirent
     __off64_t d_off;
 #endif
     unsigned short int d_reclen;
+    //unsigned char d_type;
     char d_name[256];		/* We must not include limits.h! */
   };
 
@@ -49,7 +50,7 @@ struct dirent64
     __ino64_t d_ino;
     __off64_t d_off;
     unsigned short int d_reclen;
-    unsigned char d_type;
+    //unsigned char d_type;
     char d_name[256];		/* We must not include limits.h! */
   };
 #endif