Fix a race condition in getting the process exit code on Win32.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 05:02:46 +0000 (05:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 05:02:46 +0000 (05:02 +0000)
commitdefc85327a7cd0ad679cd3fe94f671d6549fe4a1
tree2cc0e306f3ac1302ace9a035873694c574d19023
parent4bd03abe593222b26e84066223feb321bf738625
Fix a race condition in getting the process exit code on Win32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77953 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Program.h
lib/System/Unix/Program.inc
lib/System/Win32/Program.inc