For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 27 Dec 2004 06:15:29 +0000 (06:15 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 27 Dec 2004 06:15:29 +0000 (06:15 +0000)
commit0098e64da7d0b2c47128bac96aa839b2525bfbca
treecd4a96e15931895dbbed31c65409a3a8ae55bdb4
parentd0ae93f0223d5bd02fecfc3d85bb091eb02c7a3e
For PR351:
* Consolidate implementation for Unix systems into Unix/Process.cpp
* Avoid use of symbolic link to #include platform-specific implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19150 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/AIX/Process.cpp [deleted file]
lib/System/Cygwin/Process.cpp [deleted file]
lib/System/Darwin/Process.cpp [deleted file]
lib/System/FreeBSD/Process.cpp [deleted file]
lib/System/Interix/Process.cpp [deleted file]
lib/System/Linux/Process.cpp [deleted file]
lib/System/Process.cpp
lib/System/SunOS/Process.cpp [deleted file]