summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/mmap64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/mmap64.c')
-rw-r--r--sysdeps/mach/hurd/mmap64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/mmap64.c b/sysdeps/mach/hurd/mmap64.c
index 282b7525c8..1547e856b7 100644
--- a/sysdeps/mach/hurd/mmap64.c
+++ b/sysdeps/mach/hurd/mmap64.c
@@ -44,4 +44,5 @@ __mmap64 (void *addr, size_t len, int prot, int flags, int fd,
return __mmap (addr, len, prot, flags, fd, small_offset);
}
+libc_hidden_def (__mmap64)
weak_alias (__mmap64, mmap64)