Consolidate the implementation of TimeValue::now() for Unix to use the
authorReid Spencer <rspencer@reidspencer.com>
Mon, 15 Nov 2004 04:36:35 +0000 (04:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 15 Nov 2004 04:36:35 +0000 (04:36 +0000)
commit00b5df427f11e8ae703d618f11f6b175e5b7d45b
tree1939bc19f22027eb220385b82fd18175d30b69fd
parentb323113b93a14f8032e060b5d05a39c2242e4acc
Consolidate the implementation of TimeValue::now() for Unix to use the
seemingly ubiquitous gettimeofday(3) call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17813 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/AIX/TimeValue.cpp
lib/System/Cygwin/TimeValue.cpp
lib/System/Darwin/TimeValue.cpp
lib/System/FreeBSD/TimeValue.cpp
lib/System/Interix/TimeValue.cpp
lib/System/Linux/TimeValue.cpp
lib/System/SunOS/TimeValue.cpp
lib/System/Unix/TimeValue.cpp
lib/System/Unix/TimeValue.inc