summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qsharedmemory_android.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Stub out QSharedMemory and QSystemSemaphore for Android.Robin Burchell2012-05-041-0/+122
Android does not support regular SysV shm, we'll need to write our own implementations. Change-Id: I2817f64b36512b965b012388a667d08935828c83 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>