diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-02 03:04:56 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-02 03:04:56 +0000 |
commit | 97333deb3f6713d7d12168c8980d69cc60961063 (patch) | |
tree | 6c792c1b43a9de7cf829f7dc618a2379797da653 /CHANGES | |
parent | 400d9d420517a81d5f55153b0dda90aced1cbfb3 (diff) |
fallback to gettimeofday when monotonic clock is unavailable at run-time
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Yang Tse (2 Jul 2008) +- The previously committed fix for bug report #1999181 prevented using the + monotonic clock on any system without an always supported POSIX compliant + implementation. Now the POSIX compliant configuration check is removed and + will fallback to gettimeofday when the monotonic clock is unavailable at + run-time. + Daniel Stenberg (1 Jul 2008) - Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITY operating system. |