From: Vadim Zeitlin Date: Thu, 8 Mar 2007 01:46:02 +0000 (+0000) Subject: use gettimeofday() instead of clock_gettime() as the latter lives in librt which... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fd91cec1417a06b5e0ee09b3e677da5cc73ea0a3?hp=fd91cec1417a06b5e0ee09b3e677da5cc73ea0a3 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 ---