summaryrefslogtreecommitdiff
path: root/cmake/os/WindowsCache.cmake
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2022-08-21 00:34:41 -0400
committerMarko Mäkelä <marko.makela@mariadb.com>2022-08-22 09:10:40 +0300
commitf02ca429f70c16be2b2e3d5671d9990cd3d474b6 (patch)
tree55a43f6ec4c612bff7405e557065f32f786aea7d /cmake/os/WindowsCache.cmake
parent7624bf868ed0d08276cb27c5cdbd007faf4de3c4 (diff)
downloadmariadb-git-f02ca429f70c16be2b2e3d5671d9990cd3d474b6.tar.gz
Revert aligned_alloc() addition from MDEV-28836
As pointed out with MDEV-29308 there are issues with the code as is. MariaDB is built as C++11 / C99. aligned_alloc() is not guarenteed to be exposed when building with any mode other than C++17 / C11. The other *BSD's have their stdlib.h header to expose the function with C+11 anyway, but the issue exists in the C99 code too, the build just does not use -Werror. Linux globally defines _GNU_SOURCE hiding the issue as well.
Diffstat (limited to 'cmake/os/WindowsCache.cmake')
-rw-r--r--cmake/os/WindowsCache.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/os/WindowsCache.cmake b/cmake/os/WindowsCache.cmake
index 923ec371609..a5f808c8d2c 100644
--- a/cmake/os/WindowsCache.cmake
+++ b/cmake/os/WindowsCache.cmake
@@ -23,7 +23,6 @@ IF(MSVC)
SET(BFD_H_EXISTS 0 CACHE INTERNAL "")
SET(HAVE_ACCESS 1 CACHE INTERNAL "")
SET(HAVE_ALARM CACHE INTERNAL "")
-SET(HAVE_ALIGNED_ALLOC CACHE INTERNAL "")
SET(HAVE_ALLOCA_H CACHE INTERNAL "")
SET(HAVE_ARPA_INET_H CACHE INTERNAL "")
SET(HAVE_BACKTRACE CACHE INTERNAL "")