Use CloseOnExec in Platform::PutFile
authorPavel Labath <labath@google.com>
Tue, 17 Feb 2015 16:07:52 +0000 (16:07 +0000)
committerPavel Labath <labath@google.com>
Tue, 17 Feb 2015 16:07:52 +0000 (16:07 +0000)
commit646b064543271e839c35e70275e340f147071eb0
treee8df779ce4f63e5b0c1f80e717f56117d8f3e805
parentcaf3114245cff258ecf7cfa1ffbb868efd02665f
Use CloseOnExec in Platform::PutFile

Summary:
This does not fix any outstanding issue that I know of, but there is no reason these files should
_not_ have CloseOnExec.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D7694

llvm-svn: 229506
lldb/source/Target/Platform.cpp