binaryninja/personal/scc-docs/getpgid.txt

16 lines
319 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
getpgid
=======
:title: Shellcode Compiler Runtime
---------------------------------------------
pid_t getpgid(pid_t pid);
---------------------------------------------
Returns the process group ID for process `pid`.
See also
--------
link:getpgrp.html[getpgrp],
link:setpgid.html[setpgid],
link:setsid.html[setsid]