From 73d1d2439a1a0fff8cc9ff17a31a152951b3208b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 8 Jan 2022 20:33:55 -0600 Subject: malloc: ensure aligned_alloc visibility The implementation of memalign(3) uses _BSD_SOURCE, so we will too. --- src/malloc/posix_memalign.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/malloc/posix_memalign.c b/src/malloc/posix_memalign.c index ad4d8f47..3318f86a 100644 --- a/src/malloc/posix_memalign.c +++ b/src/malloc/posix_memalign.c @@ -1,3 +1,4 @@ +#define _BSD_SOURCE #include #include -- cgit v1.2.3-60-g2f50