]> code.ossystems Code Review - openembedded-core.git/blob
b5c4e1750e9fe50eef6f658d7c61b33802f213f4
[openembedded-core.git] /
1 From 8e69b663d6ddef132041a1186f081fdd74d4a31d Mon Sep 17 00:00:00 2001
2 From: rofl0r <retnyg@gmx.net>
3 Date: Mon, 20 Jan 2014 21:31:34 +0100
4 Subject: [PATCH 3/3] remove inclusion of sysinfo.h in kernel.h
5
6 the declaration of struct sysinfo clashes with userspace.
7 it's not quite clear why that header was included from kernel.h,
8 as none of its functionality is needed.
9 ---
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 Upstream-Status: Submitted
12
13  include/uapi/linux/kernel.h | 2 ++
14  1 file changed, 2 insertions(+)
15
16 Index: linux-4.8-rc4/include/uapi/linux/kernel.h
17 ===================================================================
18 --- linux-4.8-rc4.orig/include/uapi/linux/kernel.h
19 +++ linux-4.8-rc4/include/uapi/linux/kernel.h
20 @@ -1,7 +1,9 @@
21  #ifndef _UAPI_LINUX_KERNEL_H
22  #define _UAPI_LINUX_KERNEL_H
23  
24 +#ifdef __GLIBC__
25  #include <linux/sysinfo.h>
26 +#endif
27  
28  /*
29   * 'kernel.h' contains some often-used function prototypes etc