Skip to content

Commit 10cdc9f

Browse files
committed
Update the sysinfo_guard.patch patch for the new toolchain.
1 parent 3eddcc6 commit 10cdc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/sysinfo_guard.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
+#ifdef __GLIBC__
66
#include <linux/sysinfo.h>
77
+#endif
8+
#include <linux/const.h>
89

9-
/*
10-
* 'kernel.h' contains some often-used function prototypes etc
10+
#endif /* _LINUX_KERNEL_H */

0 commit comments

Comments
 (0)