summaryrefslogtreecommitdiff
path: root/ci/sysinfo_guard.patch
blob: 7ca46db324063779e0b1e6edb449e613150c92ae (plain)
1
2
3
4
5
6
7
8
9
10
@@ -2,7 +2,9 @@
 #ifndef _LINUX_KERNEL_H
 #define _LINUX_KERNEL_H
 
+#ifdef __GLIBC__
 #include <linux/sysinfo.h>
+#endif
 #include <linux/const.h>
 
 #endif /* _LINUX_KERNEL_H */