diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-09 09:29:01 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-09 09:29:01 (GMT) |
commit | 9b3a87a0f20023b59b3d59807aac69e53be277eb (patch) | |
tree | 169f34e9acd0a050ac93f4960459653957a15436 /mkspecs/tru64-g++ | |
parent | 89fa7ae6d922ff5b62fca65eab95f35845c069eb (diff) | |
parent | af05a5b1b4eec953c6ee0dc56ffbccda9b3a3dd9 (diff) | |
download | Qt-9b3a87a0f20023b59b3d59807aac69e53be277eb.zip Qt-9b3a87a0f20023b59b3d59807aac69e53be277eb.tar.gz Qt-9b3a87a0f20023b59b3d59807aac69e53be277eb.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'mkspecs/tru64-g++')
-rw-r--r-- | mkspecs/tru64-g++/qplatformdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/tru64-g++/qplatformdefs.h b/mkspecs/tru64-g++/qplatformdefs.h index 63eea44..0e8b345 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 |