summaryrefslogtreecommitdiff
path: root/src/_memperm.h
blob: d32d93f8c761971136aa4ba03207cb62331a1389 (plain)
1
2
3
4
5
6
7
8
9
#ifndef ___MEMPERM_H__
#define ___MEMPERM_H__

/* for PROT_READ, PROT_WRITE, and PROT_EXEC */
#include "_forced/mmap.h"

int __memperm(void *);

#endif