summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/sbrk.c
Commit message (Collapse)AuthorAgeFilesLines
* merge from psm: hide more brkMike Frysinger2006-08-231-3/+2
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-1/+0
| | | | most of global data relocations are back
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-18/+7
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-5/+7
| | | | missing headers, other jump relocs removed
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-3/+3
|
* Do hidden sbrkPeter S. Mazinger2005-12-131-2/+2
|
* s/___brk_addr/__curbrk/gEric Andersen2004-07-301-4/+4
| | | | | | | | 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
* oopsEric Andersen2002-01-211-4/+4
|
* Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen2002-01-211-0/+47