cmake CIO_HAVE_POSIX_FALLOCATE examples

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

check_c_source_compiles("
  #include <fcntl.h>
  int main() {
     posix_fallocate(0,0,0);
     return 0;
  }" CIO_HAVE_POSIX_FALLOCATE)