diff options
Diffstat (limited to 'main/linux-headers/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch')
-rw-r--r-- | main/linux-headers/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/main/linux-headers/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch b/main/linux-headers/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch deleted file mode 100644 index 0b4cfb1220..0000000000 --- a/main/linux-headers/1-4-glibc-specific-inclusion-of-sysinfo.h-in-kernel.h.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./include/uapi/linux/kernel.h.orig -+++ ./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 |