We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b027e commit 9fe8af1Copy full SHA for 9fe8af1
src/libbson/src/bson/bson-memory.c
@@ -34,7 +34,7 @@ BSON_STATIC_ASSERT2 (bson_mem_vtable_t,
34
static void *
35
_aligned_alloc_impl (size_t alignment, size_t num_bytes)
36
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L && \
37
- !defined(_WIN32) && !defined(__ANDROID__)
+ !defined(_WIN32) && !defined(__ANDROID__) && !defined(_AIX)
38
{
39
return aligned_alloc (alignment, num_bytes);
40
}
0 commit comments