diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/ioperm.c')
-rw-r--r-- | libc/sysdeps/linux/arm/ioperm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/ioperm.c b/libc/sysdeps/linux/arm/ioperm.c index d69d475d6..15162f916 100644 --- a/libc/sysdeps/linux/arm/ioperm.c +++ b/libc/sysdeps/linux/arm/ioperm.c @@ -34,6 +34,7 @@ enable all the ports all of the time. */ #define readlink __readlink +#define mmap __mmap #include <errno.h> #include <fcntl.h> |