lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the case
[oota-llvm.git] / lib / Support / regex2.h
2014-06-12 Artyom Skrobovadding re-include guards into lib/Support/reg*.h
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...