summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/vax/brk.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-231-1/+1
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-3/+0
| | | | most of global data relocations are back
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-0/+3
|
* Assebler sources ment to be preprocessed shouldn't contain assembler"Jan-Benedict Glaw"2006-01-301-1/+1
| | | | comments, but C comments instead...
* First round of VAX patches. This isn't complete right now, there are for"Jan-Benedict Glaw"2006-01-271-0/+54
sure still bugs (properly hidden, of course), a libm is completely missing (I've got one that implements some basic stuff, but that's really not ready for checking in...) I've also got a list of other things that need touch-ups, but that's mostly minor stuff that'll be done during the next days.