[llvm-commits] CVS: llvm/include/llvm/System/Signals.h
Reid Spencer
reid at x10sys.com
Sun Aug 29 12:19:18 PDT 2004
Changes in directory llvm/include/llvm/System:
Signals.h updated: 1.11 -> 1.12
---
Log message:
Put the lib/System interface functions in llvm::sys namespace.
---
Diffs of the changes: (+2 -0)
Index: llvm/include/llvm/System/Signals.h
diff -u llvm/include/llvm/System/Signals.h:1.11 llvm/include/llvm/System/Signals.h:1.12
--- llvm/include/llvm/System/Signals.h:1.11 Sun Aug 29 00:27:15 2004
+++ llvm/include/llvm/System/Signals.h Sun Aug 29 14:19:07 2004
@@ -18,6 +18,7 @@
#include "llvm/System/Path.h"
namespace llvm {
+namespace sys {
/// This function registers signal handlers to ensure that if a signal gets
/// delivered that the named file is removed.
@@ -35,6 +36,7 @@
/// @brief Print a stack trace if a fatal signal occurs.
void PrintStackTraceOnErrorSignal();
+} // End sys namespace
} // End llvm namespace
#endif
More information about the llvm-commits
mailing list