summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/aligned_alloc.c
AgeCommit message (Collapse)Author
2018-07-27C17 conformance: aligned_alloc's size doesn't need to be a multiple ofmaya
alignment any more. Thanks Joseph Myers for the heads up.
2015-11-07Add the C11 function aligned_alloc to libc.nros