summaryrefslogtreecommitdiff
path: root/mkspecs/tru64-g++/qplatformdefs.h
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-10-07 20:33:25 +0200
committerJoão Abecasis <joao@abecasis.name>2009-10-21 13:37:56 +0200
commit2a293f91a6b550cd72851d08616b4a8199faabdd (patch)
treec87231094d48091e544b90eea3efb95ccd713f81 /mkspecs/tru64-g++/qplatformdefs.h
parent5370e5ff5481a64a7d4a7c182155ce893740abe0 (diff)
downloadqt4-tools-2a293f91a6b550cd72851d08616b4a8199faabdd.tar.gz
Introducing QT_MMAP
In platforms with Large File Support, we use mmap64, to be able to handle offsets (and therefore files) larger than 2Gb. Reviewed-by: Thiago Macieira
Diffstat (limited to 'mkspecs/tru64-g++/qplatformdefs.h')
-rw-r--r--mkspecs/tru64-g++/qplatformdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/tru64-g++/qplatformdefs.h b/mkspecs/tru64-g++/qplatformdefs.h
index 63eea44b96..0e8b345d9a 100644
--- a/mkspecs/tru64-g++/qplatformdefs.h
+++ b/mkspecs/tru64-g++/qplatformdefs.h
@@ -83,6 +83,7 @@
#define QT_FTELL ::ftell
#define QT_FGETPOS ::fgetpos
#define QT_FSETPOS ::fsetpos
+#define QT_MMAP ::mmap
#define QT_FPOS_T fpos_t
#define QT_OFF_T off_t