Testcase for pr2169.
[oota-llvm.git] / lib / System / Signals.cpp
index 2d0de9b930c0e373ae991f6806c24994596b8076..fddb85410d4434ccba1cc4b78eb6440d311a337e 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.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -33,3 +33,4 @@ using namespace sys;
 #include "Win32/Signals.inc"
 #endif
 
+DEFINING_FILE_FOR(SystemSignals)