Retry wait() on EINTR; clean up signal handling
authorTudor Bosman <tudorb@fb.com>
Sat, 3 Nov 2012 00:04:57 +0000 (17:04 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:43:02 +0000 (14:43 -0800)
commitdcbf91499be96d53467edd3e27485a1fba467291
tree7e77cd544dd639701a20343ac7c7b32ce7da84c2
parentd870f36cc6449106615ef4ef67d9c651b24e6c65
Retry wait() on EINTR; clean up signal handling

Test Plan: subprocess_test

Reviewed By: delong.j@fb.com

FB internal diff: D619713
folly/Subprocess.cpp