summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/memalign.c
AgeCommit message (Expand)Author
2016-11-27add aligned_alloc required for latest gcc libstdc++Waldemar Brodkorb
2013-04-03stdlib: avoid relocationBernhard Reutner-Fischer
2012-06-15memalign.c: does not use MAX, do not include param.hPeter S. Mazinger
2011-03-16memalign: include sys/param.h for MAXBernhard Reutner-Fischer
2008-10-28Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I fou...Rob Landley
2008-10-11Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj
2006-01-29declare local prototype since we cant use system malloc.hMike Frysinger
2002-08-19Initial checkin.Miles Bader