summaryrefslogtreecommitdiff
path: root/src/_forced/munmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_forced/munmap.h')
-rw-r--r--src/_forced/munmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_forced/munmap.h b/src/_forced/munmap.h
new file mode 100644
index 00000000..9580100d
--- /dev/null
+++ b/src/_forced/munmap.h
@@ -0,0 +1,4 @@
+#include "_syscall.h"
+
+#define munmap(_a, _l) __syscall(__sys_munmap, _a, _l)
+