CrashRecovery: Fix raise() override to actually send the right signal, *cough*.
[oota-llvm.git] / lib / System / Signals.cpp
index 28f70289b512d157fa75843c91e98d2ab579f3d9..d345b0a9aed496acf69a5058fb780cec331fad8c 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -32,5 +32,3 @@ using namespace sys;
 #ifdef LLVM_ON_WIN32
 #include "Win32/Signals.inc"
 #endif
-
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab