#include #include int msync(void *addr, size_t len, int flags) { return syscall(msync, addr, len, flags); }