Revert "[folly::Subprocess] Set O_CLOEXEC by default when creating pipes to avoid...
authorRocky Liu <rockyliu@fb.com>
Tue, 13 May 2014 23:40:54 +0000 (16:40 -0700)
committerDave Watson <davejwatson@fb.com>
Tue, 20 May 2014 19:53:59 +0000 (12:53 -0700)
commitcd209b34e39a29d21f13e526f8a869c608b1ff17
treeb5df049d381aa751d12720f04578091896c4b55b
parentf05ff6b8ea6a30237d61cd2db87be62786eeb7aa
Revert "[folly::Subprocess] Set O_CLOEXEC by default when creating pipes to avoid race conditions resulting from concurrent Subprocess creations"

Summary: This reverts commit c2f089cf080f2b3effa9efa5e4708b9674437d45.

Test Plan: Compile && folly::Subprocess unit tests

Reviewed By: tudorb@fb.com

FB internal diff: D1327952
folly/Subprocess.cpp
folly/test/SubprocessTest.cpp