mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
Fix for build problem on AIX
This commit is contained in:
@@ -105,6 +105,7 @@
|
|||||||
#define _SYS_STREAM_H
|
#define _SYS_STREAM_H
|
||||||
#define _AIX32_CURSES
|
#define _AIX32_CURSES
|
||||||
#define ulonglong2double(A) my_ulonglong2double(A)
|
#define ulonglong2double(A) my_ulonglong2double(A)
|
||||||
|
#define my_off_t2double(A) my_ulonglong2double(A)
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user