summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbcursor.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-07-21 09:12:40 -0700
committerThiago Macieira <thiago.macieira@intel.com>2015-07-28 20:16:08 +0000
commit5cc734e0a3e941f866af6e234fe1e36939044110 (patch)
tree20ab1da5efd05366fa18d5d3f0a5613976a8c0ab /src/plugins/platforms/xcb/qxcbcursor.cpp
parentce87d82d4ab141d40ec6fbe357e310f636fa0443 (diff)
forkfd: Fix build with uClibc <= 0.9.33
That version of uClibc has neither pipe2 nor eventfd. There were two problems with our detection. First, it checked for glibc incorrectly, so the comparison was always true as __GLIBC__ << 16 = 0x20000 Second, we needed to check for uClibc's version. Task-number: QTBUG-47337 Change-Id: Ib306f8f647014b399b87ffff13f3023b7f8d6d4a Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbcursor.cpp')
0 files changed, 0 insertions, 0 deletions