Fix lldb-server arm-linux-g++ build

llvm-svn: 245428
This commit is contained in:
Omair Javaid 2015-08-19 10:44:16 +00:00
parent 0497084b69
commit dee4a867be
1 changed files with 1 additions and 1 deletions

View File

@ -3284,7 +3284,7 @@ NativeProcessLinux::SigchldHandler()
{
signal = WTERMSIG(status);
status_cstr = "SIGNALED";
if (wait_pid == static_cast<::pid_t>(GetID())) {
if (wait_pid == static_cast< ::pid_t>(GetID())) {
exited = true;
exit_status = -1;
}