mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Cleanup mman.h includes
As it is included from my_global.h already.
This commit is contained in:
parent
716c748f97
commit
5b2fa078e8
14 changed files with 0 additions and 39 deletions
|
|
@ -157,16 +157,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue