summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-10-09 13:04:03 +0300
committermonty@hundin.mysql.fi <>2002-10-09 13:04:03 +0300
commitadf7809c04874c65bd3bfdd04e781f9958b87cdf (patch)
tree51023b7a791f156881d76a6ad6720eda9d383d31 /include
parent3403e7737400ae51bf295fcca485c629afe04159 (diff)
downloadmariadb-git-adf7809c04874c65bd3bfdd04e781f9958b87cdf.tar.gz
Fix for build problem on AIX
Diffstat (limited to 'include')
-rw-r--r--include/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 1525a7c6e06..4ab7cbbeee6 100644
--- a/include/global.h
+++ b/include/global.h
@@ -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