X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmman%2Fmmap.c;h=eff88d82a8fcff843247a5436f42016690daac24;hb=1ef37aa00ea830dfda76e04e3d941cafa74d8b76;hp=15924033f3e3c501fc48ba7a3be581abd336687e;hpb=da438ee1fc516c41ba1790cef7be551a9e244397;p=musl diff --git a/src/mman/mmap.c b/src/mman/mmap.c index 15924033..eff88d82 100644 --- a/src/mman/mmap.c +++ b/src/mman/mmap.c @@ -4,7 +4,6 @@ #include #include #include "syscall.h" -#include "libc.h" static void dummy(void) { } weak_alias(dummy, __vm_wait); @@ -39,4 +38,4 @@ void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off) weak_alias(__mmap, mmap); -LFS64(mmap); +weak_alias(mmap, mmap64);