Work around Android not having SYS_futex.
authorRobin Burchell <robin.burchell@collabora.co.uk>
Wed, 2 May 2012 09:23:40 +0000 (11:23 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 2 May 2012 15:55:22 +0000 (17:55 +0200)
commit0c1ae68c0aea64aa984d98619f581ab6cf8593f3
treee9515d98b72e260b49914b11d5317c258392c602
parenta818a1eb2f3d2c5ac61da7e1a8cf1b341e63aed1
Work around Android not having SYS_futex.

Even though we really shouldn't, we can get away with using __NR_futex instead.

Done-with: Thiago Macieira <thiago.macieira@intel.com>
Change-Id: I0ba449b740acf2c78825f8093d1515a74f0bc9cd
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/thread/qmutex_linux.cpp