-
Does Watcom v2 for Linux support _FILE_OFFSET_BITS=64 ? Situation: Question: See here - https://www.mjr19.org.uk/sw/inodes64.html - for a discussion of the problem. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OW2 doesn't use _FILE_OFFSET_BITS macro because we use microsoft related 64-bit functions for I/O as stat64 etc. |
Beta Was this translation helpful? Give feedback.
OW2 doesn't use _FILE_OFFSET_BITS macro because we use microsoft related 64-bit functions for I/O as stat64 etc.
Anyway OW doesn't support 64-bit targets only 32-bit targets.
Other thing is difference in long type size between Windows and Linux on 64-bit host