use gettimeofday() instead of clock_gettime() as the latter lives in librt which...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Mar 2007 01:46:02 +0000 (01:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Mar 2007 01:46:02 +0000 (01:46 +0000)
commitfd91cec1417a06b5e0ee09b3e677da5cc73ea0a3
tree2ea174433bb050b7011751c0b48f3e097059d20c
parent39affc045124e15a0e89a0629a9370725948dc26
use gettimeofday() instead of clock_gettime() as the latter lives in librt which we currently don't link with and it seems not to be worth to add another library just because of wxMutex::LockTimeout()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/threadpsx.cpp