diff options
Diffstat (limited to 'misc/mmap.c')
-rw-r--r-- | misc/mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mmap.c b/misc/mmap.c index 576d66a1e8..4172d76ef6 100644 --- a/misc/mmap.c +++ b/misc/mmap.c @@ -37,3 +37,4 @@ __mmap (__ptr_t addr, size_t len, int prot, int flags, int fd, off_t offset) stub_warning (mmap) weak_alias (__mmap, mmap) +libc_hidden_def (__mmap) |