summaryrefslogtreecommitdiff
path: root/system/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-25 19:27:35 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-25 19:27:35 -0500
commit81079b74e67cca2652fd0e186df23e6bc4a90951 (patch)
treec9c8c2695c602dac7bf603456fe6a36471c493ac /system/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch
parent7bc94ae43de9a3b16f9874a2fdff343be6a7ef72 (diff)
downloadpackages-81079b74e67cca2652fd0e186df23e6bc4a90951.tar.gz
packages-81079b74e67cca2652fd0e186df23e6bc4a90951.tar.bz2
packages-81079b74e67cca2652fd0e186df23e6bc4a90951.tar.xz
packages-81079b74e67cca2652fd0e186df23e6bc4a90951.zip
system/linux-headers: [PD] Platform Group, use easy-kernel for headers
Diffstat (limited to 'system/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch')
-rw-r--r--system/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/system/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch b/system/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch
deleted file mode 100644
index 6d9e8d864..000000000
--- a/system/linux-headers/0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 8e69b663d6ddef132041a1186f081fdd74d4a31d Mon Sep 17 00:00:00 2001
-From: rofl0r <retnyg@gmx.net>
-Date: Mon, 20 Jan 2014 21:31:34 +0100
-Subject: [PATCH 3/3] remove inclusion of sysinfo.h in kernel.h
-
-the declaration of struct sysinfo clashes with userspace.
-it's not quite clear why that header was included from kernel.h,
-as none of its functionality is needed.
----
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Upstream-Status: Submitted
-
- include/uapi/linux/kernel.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/include/uapi/linux/kernel.h b/include/uapi/linux/kernel.h
-index 321e399..e8ff821 100644
---- a/include/uapi/linux/kernel.h
-+++ b/include/uapi/linux/kernel.h
-@@ -1,7 +1,9 @@
- #ifndef _UAPI_LINUX_KERNEL_H
- #define _UAPI_LINUX_KERNEL_H
-
-+#ifdef __GLIBC__
- #include <linux/sysinfo.h>
-+#endif
-
- /*
- * 'kernel.h' contains some often-used function prototypes etc
---
-2.6.4
-