瀏覽代碼

h8300: fix compile with 4.2.x kernel

Waldemar Brodkorb 8 年之前
父節點
當前提交
6d40500590
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      libc/sysdeps/linux/h8300/bits/kernel_types.h

+ 3 - 3
libc/sysdeps/linux/h8300/bits/kernel_types.h

@@ -1,5 +1,5 @@
-#ifndef _BITS_KERNEL_TYPES_H
-#define _BITS_KERNEL_TYPES_H
+#ifndef __ASM_GENERIC_POSIX_TYPES_H
+#define __ASM_GENERIC_POSIX_TYPES_H
 
 /* Sigh.  We need to carefully wrap this one...  No guarantees
  * that the asm/posix_types.h kernel header is working.  Many
@@ -56,4 +56,4 @@ typedef struct {
 } __kernel_fsid_t;
 #define __kernel_fsid_t __kernel_fsid_t
 
-#endif /* _BITS_KERNEL_TYPES_H */
+#endif /* __ASM_GENERIC_POSIX_TYPES_H */