blob: 1265df76ce9bed6868bfbe637256f588e65e159f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./resource.c.orig 2014-03-26 10:51:41.868389136 +0000
+++ ./resource.c 2014-03-26 10:52:15.395449771 +0000
@@ -31,7 +31,9 @@
#include "defs.h"
#include <sys/resource.h>
#include <sys/times.h>
+#ifndef __GLIBC__
#include <sys/sysinfo.h>
+#endif
#include <linux/kernel.h>
static const struct xlat resources[] = {
|