summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/microblaze/mmap64.c
blob: 11a6bd82455e0b18f2d0b3321e3f1cc0e20dcdab (plain)
1
2
3
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>