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.
#if defined __BIONIC_AVAILABILITY_GUARD && ...
1 parent 9188995 commit 3b561d5Copy full SHA for 3b561d5
1 file changed
vlib/v/gen/c/cheaders.v
@@ -337,7 +337,7 @@ typedef int (*qsort_callback_func)(const void*, const void*);
337
#include <stdarg.h> // for va_list
338
339
#ifdef __TERMUX__
340
-#if __BIONIC_AVAILABILITY_GUARD(28)
+#if defined __BIONIC_AVAILABILITY_GUARD && __BIONIC_AVAILABILITY_GUARD(28)
341
#else
342
void * aligned_alloc(size_t alignment, size_t size) { return malloc(size); }
343
#endif
0 commit comments