$OpenBSD$

Index: tests/test_common.h
--- tests/test_common.h.orig
+++ tests/test_common.h
@@ -62,7 +62,7 @@ static void* blosc_test_malloc(const size_t alignment,
   void *block = NULL;
   int32_t res = 0;
 
-#if defined(_ISOC11_SOURCE) || (defined(__FreeBSD__) && __STDC_VERSION__ >= 201112L)
+#if defined(_ISOC11_SOURCE) || __STDC_VERSION__ >= 201112L
   /* C11 aligned allocation. 'size' must be a multiple of the alignment. */
   block = aligned_alloc(alignment, size);
 #elif defined(_WIN32)
