diff options
Diffstat (limited to 'sysdeps/stub/mmap.c')
-rw-r--r-- | sysdeps/stub/mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/stub/mmap.c b/sysdeps/stub/mmap.c index 6b557764ee..02fb8d780d 100644 --- a/sysdeps/stub/mmap.c +++ b/sysdeps/stub/mmap.c @@ -36,4 +36,5 @@ __mmap (caddr_t addr, size_t len, int prot, int flags, int fd, off_t offset) return (caddr_t) -1; } +stub_warning (mmap) weak_alias (__mmap, mmap) |