summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-11-06 15:46:53 (GMT)
committeraxis <qt-info@nokia.com>2009-11-06 15:46:53 (GMT)
commit6448dcd057f6831606eb6a805540db228e2fac88 (patch)
treeec923e3e6b8a9ab475ccfee934e40af75c959155
parentd1aa89647824cbaf9af4fc943d4514018973ddc1 (diff)
downloadQt-6448dcd057f6831606eb6a805540db228e2fac88.zip
Qt-6448dcd057f6831606eb6a805540db228e2fac88.tar.gz
Qt-6448dcd057f6831606eb6a805540db228e2fac88.tar.bz2
Added a missing POSIX macro to the Symbian qplatformdefs.h.
-rw-r--r--mkspecs/symbian/linux-armcc/qplatformdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/symbian/linux-armcc/qplatformdefs.h b/mkspecs/symbian/linux-armcc/qplatformdefs.h
index ebcd295..a96742a 100644
--- a/mkspecs/symbian/linux-armcc/qplatformdefs.h
+++ b/mkspecs/symbian/linux-armcc/qplatformdefs.h
@@ -120,6 +120,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 long
#endif