summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/cgroup/lib/include/cgroup_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/cgroup/lib/include/cgroup_util.h')
-rw-r--r--tools/testing/selftests/cgroup/lib/include/cgroup_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/cgroup/lib/include/cgroup_util.h b/tools/testing/selftests/cgroup/lib/include/cgroup_util.h
index 567b1082974c..febc1723d090 100644
--- a/tools/testing/selftests/cgroup/lib/include/cgroup_util.h
+++ b/tools/testing/selftests/cgroup/lib/include/cgroup_util.h
@@ -2,8 +2,8 @@
#include <stdbool.h>
#include <stdlib.h>
-#ifndef PAGE_SIZE
-#define PAGE_SIZE 4096
+#ifndef BUF_SIZE
+#define BUF_SIZE 4096
#endif
#define MB(x) (x << 20)