summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/mprotect.c
blob: 634a12089780c93df272fb7815865f5120c03392 (plain)
1
2
3
4
#include <linux/types.h>
#include "syscalls.h"

_syscall3(int,mprotect,const void *,addr, size_t, len, int, prot)