summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/brk.c
Commit message (Collapse)AuthorAgeFilesLines
* s/___brk_addr/__curbrk/gEric Andersen2004-07-301-2/+2
| | | | | | | | Some utilities, such as valgrind, have a legitimate reason to know the address of the current brk. Since we know such utils will peek under our skirt, we might as well give them what they expect and not use a gratuitously different symbol name. -Erik
* Fix naming error in brk.c, enable faster malloc by defaultEric Andersen2002-02-041-3/+3
|
* Fixup mips so it now works and provides basic functionalityEric Andersen2002-02-041-0/+49