summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c')
-rw-r--r--ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c b/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c
new file mode 100644
index 0000000000..11a6bd8245
--- /dev/null
+++ b/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c
@@ -0,0 +1,4 @@
+/* Microblaze kernel has PAGE_SHIFT set to 12.
+ Determine the shift dynamically with getpagesize. */
+#define MMAP2_PAGE_SHIFT -1
+#include <sysdeps/unix/sysv/linux/mmap64.c>