From 095cc37e2234e79e2f61a461404f6eb3c1dacb44 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 12 May 2006 18:20:39 +0000 Subject: [PATCH] Fix accidentally committed patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28260 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Unix/Process.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/System/Unix/Process.inc b/lib/System/Unix/Process.inc index f4bc873a829..32733d61366 100644 --- a/lib/System/Unix/Process.inc +++ b/lib/System/Unix/Process.inc @@ -95,7 +95,7 @@ Process::GetTimeUsage(TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time) { elapsed = TimeValue::now(); -#if 0 // defined(HAVE_GETRUSAGE) +#if defined(HAVE_GETRUSAGE) struct rusage usage; ::getrusage(RUSAGE_SELF, &usage); user_time = TimeValue(