1 2 3 4 5 6
#include <sys/mman.h> int posix_madvise(void *addr, size_t len, int advice) { return 0; }