瀏覽代碼

Just define __kernel_off_t ourselves...

Eric Andersen 23 年之前
父節點
當前提交
39bf3c74cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/common/getdents.c

+ 1 - 1
libc/sysdeps/linux/common/getdents.c

@@ -27,7 +27,7 @@
 
 #include <sysdep.h>
 
-#include <bits/posix_types.h>
+typedef long __kernel_off_t;
 
 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)