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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/mmap_anon.h b/osdep/mmap_anon.h
index edb909bdc0..e0f2d4e1ed 100644
--- a/osdep/mmap_anon.h
+++ b/osdep/mmap_anon.h
@@ -3,6 +3,6 @@
#include <sys/types.h>
-void *mmap_anon(void *, size_t, int, int, int *, off_t);
+void *mmap_anon(void *, size_t, int, int, off_t);
#endif /* _OSDEP_MMAP_ANON_H_ */