diff options
Diffstat (limited to 'libc/sysdeps/linux/sh/mmap.c')
-rw-r--r-- | libc/sysdeps/linux/sh/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/mmap.c b/libc/sysdeps/linux/sh/mmap.c index e711b0ff8..56566ea50 100644 --- a/libc/sysdeps/linux/sh/mmap.c +++ b/libc/sysdeps/linux/sh/mmap.c @@ -31,5 +31,5 @@ libc_hidden_proto(mmap) #include <sys/syscall.h> -_syscall6(__ptr_t, mmap, __ptr_t, addr, size_t, len, int, prot, int, flags, int, fd, __off_t, offset); +_syscall6(__ptr_t, mmap, __ptr_t, addr, size_t, len, int, prot, int, flags, int, fd, __off_t, offset) libc_hidden_def(mmap) |