This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 0f4fffcfd7a7c9646a6513203ca6bd64de093f9e (commit)
from 27ead8e5c8382b60b660980b3225b4341b617e89 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0f4fffcfd7a7c9646a6513203ca6bd64de093f9e
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Wed Oct 28 22:10:09 2015 +0100
h8300: fix compile with 4.2.x kernel
-----------------------------------------------------------------------
Summary of changes:
libc/sysdeps/linux/h8300/bits/kernel_types.h | 6 +++---
1 file 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 198c034..312cf29 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 */
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date