summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/memalign.c
AgeCommit message (Collapse)Author
2008-10-28Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I ↵Rob Landley
found it, this is Bernhard's patch to fix it. Tested and it Works For Me (tm)).
2008-10-11Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj
Thank you Chase Douglas for reporting it and for the patch.
2006-01-29declare local prototype since we cant use system malloc.hMike Frysinger
2002-08-19Initial checkin.Miles Bader