|
@@ -11,7 +11,8 @@
|
|
/* Pull in the arch specific syscall implementation */
|
|
/* Pull in the arch specific syscall implementation */
|
|
#include <dl-syscalls.h>
|
|
#include <dl-syscalls.h>
|
|
/* For MAP_ANONYMOUS -- differs between platforms */
|
|
/* For MAP_ANONYMOUS -- differs between platforms */
|
|
-#include <asm/mman.h>
|
|
+#define _SYS_MMAN_H 1
|
|
|
|
+#include <bits/mman.h>
|
|
/* Pull in whatever this particular arch's kernel thinks the kernel version of
|
|
/* Pull in whatever this particular arch's kernel thinks the kernel version of
|
|
* struct stat should look like. It turns out that each arch has a different
|
|
* struct stat should look like. It turns out that each arch has a different
|
|
* opinion on the subject, and different kernel revs use different names... */
|
|
* opinion on the subject, and different kernel revs use different names... */
|