diff options
Diffstat (limited to 'libc/stdlib/malloc-standard/free.c')
-rw-r--r-- | libc/stdlib/malloc-standard/free.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdlib/malloc-standard/free.c b/libc/stdlib/malloc-standard/free.c index 8b7a81fca..a2d765d41 100644 --- a/libc/stdlib/malloc-standard/free.c +++ b/libc/stdlib/malloc-standard/free.c @@ -412,3 +412,5 @@ void free(void* mem) __MALLOC_UNLOCK; } +/* glibc compatibilty */ +weak_alias(free, __libc_free) |