1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fix for build problem on AIX

This commit is contained in:
monty@hundin.mysql.fi
2002-10-09 13:04:03 +03:00
parent 3403e77374
commit adf7809c04

View File

@@ -105,6 +105,7 @@
#define _SYS_STREAM_H
#define _AIX32_CURSES
#define ulonglong2double(A) my_ulonglong2double(A)
#define my_off_t2double(A) my_ulonglong2double(A)
#ifdef __cplusplus
extern "C" {
#endif