diff options
| author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 15:04:23 +0000 | 
|---|---|---|
| committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 15:04:23 +0000 | 
| commit | afdecae49f81065952da43bb2629fcdb64aad535 (patch) | |
| tree | 6812f3969a0dc88c8ef60bbbeb41e4a78c064cda /libc/stdlib/malloc | |
| parent | ceca97e8eaee5878711eb2c2047859e4ced79be0 (diff) | |
| download | uClibc-alpine-afdecae49f81065952da43bb2629fcdb64aad535.tar.bz2 uClibc-alpine-afdecae49f81065952da43bb2629fcdb64aad535.tar.xz | |
Use internal versions
Diffstat (limited to 'libc/stdlib/malloc')
| -rw-r--r-- | libc/stdlib/malloc/malloc_debug.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/libc/stdlib/malloc/malloc_debug.c b/libc/stdlib/malloc/malloc_debug.c index b93b1eac6..b8f404621 100644 --- a/libc/stdlib/malloc/malloc_debug.c +++ b/libc/stdlib/malloc/malloc_debug.c @@ -11,6 +11,8 @@   * Written by Miles Bader <miles@gnu.org>   */ +#define atoi __atoi +  #include <stdlib.h>  #include <stdio.h>  #include <unistd.h> | 
