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
//===----------------------------------------------------------------------===//
// Include the generic Unix implementation
-#include "../Unix/SUS/Process.cpp"
+#include "../Unix/Process.cpp"
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only Linux specific code