Cleanup: always use sysconf to get the page size
[lttng-tools.git] / src / common / align.h
index 024faf7fb5d9e32b6a39114d484e42c27d1ee9e4..dff6c91d69b23a166954ea6f74146f94dde3bde9 100644 (file)
@@ -9,13 +9,6 @@
 #define _LTTNG_ALIGN_H
 
 #include "bug.h"
-#include <unistd.h>
-#include <limits.h>
-
-#ifndef PAGE_SIZE      /* Cygwin limits.h defines its own PAGE_SIZE. */
-#define PAGE_SIZE              sysconf(_SC_PAGE_SIZE)
-#endif
-
 
 /*
  * Align value to the next multiple of align. Returns val if it already is a
This page took 0.023347 seconds and 4 git commands to generate.