pid stuff

git-svn-id: file:///home/svn/incoming/trunk@2336 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Spoon M 2005-04-03 23:14:33 +00:00
parent e5a792484c
commit 1d2a1e758a
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@ class Process
setresgid(id, -1, -1) setresgid(id, -1, -1)
end end
def Process.pid
throw NotImplementedError
end
def Process.ppid
throw NotImplementedError
end
end end
end; end # Post/Rex end; end # Post/Rex