Skip to content

Use posix_memalign instead of aligned_alloc

Leo P. Singer requested to merge leo-singer/ligo.skymap:posix_memalign into master

Ancient versions of macOS have posix_memalign but not aligned_alloc.

Merge request reports