aboutsummaryrefslogtreecommitdiff
path: root/misc/mmap64.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mmap64.c')
-rw-r--r--misc/mmap64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mmap64.c b/misc/mmap64.c
index 6b1ac41..845b847 100644
--- a/misc/mmap64.c
+++ b/misc/mmap64.c
@@ -45,3 +45,4 @@ __mmap64 (__ptr_t addr, size_t len, int prot, int flags, int fd,
}
weak_alias (__mmap64, mmap64)
+libc_hidden_def (__mmap64)