diff options
-rw-r--r-- | include/global.h | 1 |
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 |