pid stuff
git-svn-id: file:///home/svn/incoming/trunk@2336 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e5a792484c
commit
1d2a1e758a
|
@ -40,6 +40,13 @@ class Process
|
|||
setresgid(id, -1, -1)
|
||||
end
|
||||
|
||||
def Process.pid
|
||||
throw NotImplementedError
|
||||
end
|
||||
def Process.ppid
|
||||
throw NotImplementedError
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end; end # Post/Rex
|
||||
|
|
Loading…
Reference in New Issue