Browse Source

Just define __kernel_off_t ourselves...

Eric Andersen 24 years ago
parent
commit
39bf3c74cb
1 changed files with 1 additions and 1 deletions
  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)