diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 10:02:23 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 10:02:23 +0000 |
commit | 68ab26b26ba2a30efd939d899a24a59731738534 (patch) | |
tree | 774c0f3f47f3c187bebd2c8ab36fd999ee3ae0ee /libc/stdlib/malloc/free.c | |
parent | 20453d82ab702cd25791a84d10ef73cada4cc3b0 (diff) |
__malloc_consolidate is only libc internal, enable use of __sbrk
Diffstat (limited to 'libc/stdlib/malloc/free.c')
-rw-r--r-- | libc/stdlib/malloc/free.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/malloc/free.c b/libc/stdlib/malloc/free.c index eb35e78ee..81ec38cd9 100644 --- a/libc/stdlib/malloc/free.c +++ b/libc/stdlib/malloc/free.c @@ -12,6 +12,7 @@ */ #define munmap __munmap +#define sbrk __sbrk #include <stdlib.h> #include <unistd.h> |