mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 17:55:18 +00:00
Fix accidentally committed patch.
llvm-svn: 28260
This commit is contained in:
parent
04a8ddfd68
commit
e020b812f3
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user