summaryrefslogtreecommitdiffstats
path: root/osdep/mmap_anon.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mmap_anon.h')
-rw-r--r--osdep/mmap_anon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/osdep/mmap_anon.h b/osdep/mmap_anon.h
new file mode 100644
index 0000000000..edb909bdc0
--- /dev/null
+++ b/osdep/mmap_anon.h
@@ -0,0 +1,8 @@
+#ifndef _OSDEP_MMAP_ANON_H_
+#define _OSDEP_MMAP_ANON_H_
+
+#include <sys/types.h>
+
+void *mmap_anon(void *, size_t, int, int, int *, off_t);
+
+#endif /* _OSDEP_MMAP_ANON_H_ */