From fe51da468be9ca0963192c5f3a1705562bc957ba Mon Sep 17 00:00:00 2001 From: Ladislav Date: Sun, 15 Dec 2013 10:29:50 +0100 Subject: + static analysis issues fixed --- src/StormPort.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/StormPort.h') diff --git a/src/StormPort.h b/src/StormPort.h index 83d8624..38726ab 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -186,6 +186,7 @@ #define stat64 stat #define fstat64 fstat #define lseek64 lseek + #define ftruncate64 ftruncate #define off64_t off_t #define O_LARGEFILE 0 #endif -- cgit v1.2.3