mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Fix header
llvm-svn: 4966
This commit is contained in:
parent
6c46fba526
commit
8911afb9c1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user