cmake CIO_HAVE_GETPAGESIZE examples

fluent/fluent-bit lib/chunkio/CMakeLists.txt :67

check_c_source_compiles("
  #include <unistd.h>
  int main() {
     getpagesize();
     return 0;
  }" CIO_HAVE_GETPAGESIZE)