OSDN Git Service

Provide a generic unix implementation of the Process abstraction.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 11 Sep 2004 04:56:56 +0000 (04:56 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 11 Sep 2004 04:56:56 +0000 (04:56 +0000)
commit27dafe1f3e9aa3f6632720b451137e2e88f44280
tree28d8321da9c338f7924c7374b7971f9c37e8fd61
parent1b554b4583044050109f8b70929d6777ec073188
Provide a generic unix implementation of the Process abstraction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16290 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Process.cpp [new file with mode: 0644]
lib/System/Unix/Process.inc [new file with mode: 0644]