Avoid ambiguity between pid_t and lldb::pid_t.

llvm-svn: 190066
This commit is contained in:
Virgile Bello 2013-09-05 16:53:14 +00:00
parent ee9da22b02
commit 997f6f7b9f
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ SBDebugger::GetIndexOfTarget (lldb::SBTarget target)
}
SBTarget
SBDebugger::FindTargetWithProcessID (pid_t pid)
SBDebugger::FindTargetWithProcessID (lldb::pid_t pid)
{
SBTarget sb_target;
if (m_opaque_sp)