summaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/frv/mmap.c b/libc/sysdeps/linux/frv/mmap.c
index f251babbb..7095bd24a 100644
--- a/libc/sysdeps/linux/frv/mmap.c
+++ b/libc/sysdeps/linux/frv/mmap.c
@@ -33,7 +33,7 @@ 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