X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmalloc%2Faligned_alloc.c;h=b6143f303f673a4e1fcf5f6a91665e4952455abc;hb=0847902ab99065a48f9bd3729b6e676288dfd69e;hp=cc0a801208712a9f31759690e55e3eabfd7c99f6;hpb=6d861ac87491a207e4599c44b61d142f0a601c2d;p=musl diff --git a/src/malloc/aligned_alloc.c b/src/malloc/aligned_alloc.c index cc0a8012..b6143f30 100644 --- a/src/malloc/aligned_alloc.c +++ b/src/malloc/aligned_alloc.c @@ -1,6 +1,5 @@ #include - -void *__memalign(size_t, size_t); +#include "malloc_impl.h" void *aligned_alloc(size_t align, size_t len) {