Kaynağa Gözat

h8300: fix compile with 4.2.x kernel

Waldemar Brodkorb 8 yıl önce
ebeveyn
işleme
6d40500590
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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 */