Wrap mprotect(2)

This commit is contained in:
Marcel Moolenaar 2011-10-13 18:21:11 +00:00
parent 488a16050c
commit eb8afcd36a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226348

View File

@ -172,7 +172,7 @@
72 AUE_O_VADVISE NOPROTO { int ovadvise(int anom); } vadvise \
ovadvise_args int
73 AUE_MUNMAP NOPROTO { int munmap(void *addr, size_t len); }
74 AUE_MPROTECT NOPROTO { int mprotect(const void *addr, \
74 AUE_MPROTECT STD { int freebsd32_mprotect(const void *addr, \
size_t len, int prot); }
75 AUE_MADVISE NOPROTO { int madvise(void *addr, size_t len, \
int behav); }