summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/frv/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/frv/mmap.c')
-rw-r--r--libc/sysdeps/linux/frv/mmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/frv/mmap.c b/libc/sysdeps/linux/frv/mmap.c
index f251babbb..360b102a1 100644
--- a/libc/sysdeps/linux/frv/mmap.c
+++ b/libc/sysdeps/linux/frv/mmap.c
@@ -29,11 +29,11 @@
#include <sys/syscall.h>
#include <sys/mman.h>
-libc_hidden_proto(mmap)
+/* libc_hidden_proto(mmap) */
#define __NR___syscall_mmap2 __NR_mmap2
static __inline__ _syscall6(__ptr_t, __syscall_mmap2, __ptr_t, addr,
- size_t, len, int, prot, int, flags, int, fd, off_t, offset);
+ size_t, len, int, prot, int, flags, int, fd, off_t, offset)
/* This is always 12, even on architectures where PAGE_SHIFT != 12. */
# ifndef MMAP2_PAGE_SHIFT