diff options
author | Ladislav <Zezula> | 2013-12-15 10:29:50 +0100 |
---|---|---|
committer | Ladislav <Zezula> | 2013-12-15 10:29:50 +0100 |
commit | fe51da468be9ca0963192c5f3a1705562bc957ba (patch) | |
tree | 767edeed5f8cd2b4561317724efdb2d1b2547d7b /src/StormPort.h | |
parent | 6961cd51b65e8df7f807e25ab6ffc4da8c205449 (diff) |
+ static analysis issues fixed
Diffstat (limited to 'src/StormPort.h')
-rw-r--r-- | src/StormPort.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |