Fix header

llvm-svn: 4966
This commit is contained in:
Chris Lattner 2002-12-12 03:43:30 +00:00
parent 6c46fba526
commit 8911afb9c1

View File

@ -1,4 +1,4 @@
//===- Support/Signals.h - Signal Handling support ---------------*- C++ -*--=//
//===- Support/Signals.h - Signal Handling support -------------*- C++ -*-===//
//
// This file defines some helpful functions for dealing with the possibility of
// unix signals occuring while your program is running.
@ -16,3 +16,4 @@
void RemoveFileOnSignal(const std::string &Filename);
#endif