summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Interix
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-27 06:16:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-27 06:16:11 +0000
commit844f3fec499cc1810b8cdd626b7809449beecd03 (patch)
tree72ddb08287972184616e12a90eaada9cb97c518a /llvm/lib/System/Interix
parent71383fb646b92d6fb10d25d2e80167d2b242f08b (diff)
downloadbcm5719-llvm-844f3fec499cc1810b8cdd626b7809449beecd03.tar.gz
bcm5719-llvm-844f3fec499cc1810b8cdd626b7809449beecd03.zip
For PR351:
* Consolidate implementation for Unix systems into Unix/Signals.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19153
Diffstat (limited to 'llvm/lib/System/Interix')
-rw-r--r--llvm/lib/System/Interix/Signals.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/llvm/lib/System/Interix/Signals.cpp b/llvm/lib/System/Interix/Signals.cpp
deleted file mode 100644
index 9f6db171efc..00000000000
--- a/llvm/lib/System/Interix/Signals.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-//===- Interix/Signals.cpp - Interix Signals Implementation -----*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file was developed by Reid Spencer and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file provides the Interix specific implementation of the Signals class.
-//
-//===----------------------------------------------------------------------===//
-
-// Include the generic unix implementation
-#include "../Unix/Signals.cpp"
-
-namespace llvm {
-using namespace sys;
-
-//===----------------------------------------------------------------------===//
-//=== WARNING: Implementation here must contain only Interix specific code
-//=== and must not be generic UNIX code (see ../Unix/Signals.cpp)
-//===----------------------------------------------------------------------===//
-
-}
-
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
OpenPOWER on IntegriCloud