Fix monotonic clock detection on kFreeBSD
authorModestas Vainius <modax@debian.org>
Sun, 14 Jun 2015 16:38:43 +0000 (16:38 +0000)
committerRaspbian forward porter <root@raspbian.org>
Sun, 14 Jun 2015 16:38:43 +0000 (16:38 +0000)
commit8c1e627ccdf2ef2f37726fcb0bb67c26b9dad6e8
treeb54d10d985b5f264d3c764f4b0c901932825b4ba
parentdebc0cf646a1b03875567fb2bdc3b8273e1d1554
Fix monotonic clock detection on kFreeBSD

Fix monotonic clock detection on kFreeBSD at configure time. This will finally
enable it in QElapsedTimer.

QProcess::waitForFinished() and all other qt_safe_select() users cannot safely
operate without monotonic clock because qt_safe_select() will indicate timeout
earlier than it is supposed when underlying select() call is interrupted
(errno=EINTR).

Gbp-Pq: Name kfreebsd_monotonic_clock.diff
config.tests/unix/clock-gettime/clock-gettime.pri