diff options
Diffstat (limited to 'misc/mmap64.c')
-rw-r--r-- | misc/mmap64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mmap64.c b/misc/mmap64.c index 6b1ac41c84..845b847587 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) |