mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Fix MODE=tiny build
This commit is contained in:
parent
c8c81af0c7
commit
906bd06a5a
5 changed files with 10 additions and 3 deletions
|
@ -19,6 +19,8 @@
|
|||
#include "libc/mem/mem.h"
|
||||
#include "third_party/dlmalloc/dlmalloc.h"
|
||||
|
||||
__static_yoink("free");
|
||||
|
||||
/**
|
||||
* Allocates aligned memory.
|
||||
*
|
||||
|
@ -35,4 +37,3 @@
|
|||
void *memalign(size_t align, size_t bytes) {
|
||||
return dlmemalign(align, bytes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue