History log of /netbsd-src/lib/libc/stdlib/aligned_alloc.c (Results 1 – 3 of 3)
Revision Date Author Comments
# a928bc80 18-Aug-2024 riastradh <riastradh@NetBSD.org>

aligned_alloc(3): Nix trailing whitespace. Add RCS id.


# 8d702a64 27-Jul-2018 maya <maya@NetBSD.org>

C17 conformance: aligned_alloc's size doesn't need to be a multiple of
alignment any more.

Thanks Joseph Myers for the heads up.


# b16a5c9d 07-Nov-2015 nros <nros@NetBSD.org>

Add the C11 function aligned_alloc to libc.