Module Name: src Committed By: maya Date: Fri Jul 27 13:08:47 UTC 2018
Modified Files: src/lib/libc/stdlib: aligned_alloc.c posix_memalign.3 Log Message: C17 conformance: aligned_alloc's size doesn't need to be a multiple of alignment any more. Thanks Joseph Myers for the heads up. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdlib/aligned_alloc.c cvs rdiff -u -r1.3 -r1.4 src/lib/libc/stdlib/posix_memalign.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.