summaryrefslogtreecommitdiff
path: root/malloc/tst-aligned-alloc-static.c
AgeCommit message (Collapse)Author
2023-05-08aligned_alloc: conform to C17DJ Delorie
This patch adds the strict checking for power-of-two alignments in aligned_alloc(), and updates the manual accordingly. Reviewed-by: Carlos O'Donell <carlos@redhat.com>