diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 22:10:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-03 18:38:39 +0100 |
commit | 6d40500590bd17ba77fa6d9daa27e5c546e8d2e5 (patch) | |
tree | f1be4edd073a4f0bf006f0be2d55f2de6a106323 /libc/sysdeps/linux | |
parent | 57573bbdfd740da8bb10d2e85a21526e971d0a5e (diff) |
h8300: fix compile with 4.2.x kernel
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/h8300/bits/kernel_types.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/h8300/bits/kernel_types.h b/libc/sysdeps/linux/h8300/bits/kernel_types.h index 198c03453..312cf2955 100644 --- a/libc/sysdeps/linux/h8300/bits/kernel_types.h +++ b/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 */ |