blob: 66a5b4ea555fc20490ff83fafcdfd9b60fa889a4 [file] [log] [blame]
#include <sys/mman.h>
#include "syscall.h"
int munlockall(void) {
return syscall(SYS_munlockall);
}