CrashRecovery: Fix raise() override to actually send the right signal, *cough*.
[oota-llvm.git] / lib / System / Errno.cpp
2009-07-06 Jeffrey YasskinOops, I #included errno.h from inside the llvm::sys...
2009-07-02 Duncan SandsFix windows build, patch by Howard Su.
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...