mirror of
https://github.com/MariaDB/server.git
synced 2025-09-13 13:47:59 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@@ -163,16 +163,11 @@ extern "C" { // Because of SCO 3.2V4.2
|
||||
|
||||
#include <my_libwrap.h>
|
||||
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#ifdef __WIN__
|
||||
#include <crtdbg.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SOLARIS_LARGE_PAGES
|
||||
#include <sys/mman.h>
|
||||
#if defined(__sun__) && defined(__GNUC__) && defined(__cplusplus) \
|
||||
&& defined(_XOPEN_SOURCE)
|
||||
extern int getpagesizes(size_t *, int);
|
||||
|
Reference in New Issue
Block a user