mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 00:05:33 +02:00
Fixing AIX compilation failires
This commit is contained in:
parent
11826b1bcf
commit
57cdc561fc
11 changed files with 82 additions and 22 deletions
|
|
@ -9,6 +9,11 @@
|
|||
#ifndef DENA_AUTO_FILE_HPP
|
||||
#define DENA_AUTO_FILE_HPP
|
||||
|
||||
/* Workaround for _LARGE_FILES and _LARGE_FILE_API incompatibility on AIX */
|
||||
#if defined(_AIX) && defined(_LARGE_FILE_API)
|
||||
#undef _LARGE_FILE_API
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue