summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-20 00:59:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-20 00:59:16 +0000
commita4775838e23ad71e057b9f3cce5e12b1d6d18174 (patch)
treee1f729d5484471ce0b4cbaa0fdcbc0c586f56ab1 /lib
parentdf52c9aaf2ec6fbd0562e849cdba36e620537989 (diff)
For PR351:
No need for Unix/SUS/Process.cpp any more, just ifdef it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/System/Linux/Process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Linux/Process.cpp b/lib/System/Linux/Process.cpp
index a779f70581a..e71e3d0cae0 100644
--- a/lib/System/Linux/Process.cpp
+++ b/lib/System/Linux/Process.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
-#include "../Unix/SUS/Process.cpp"
+#include "../Unix/Process.cpp"
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only Linux specific code