binaryninja/commercial/scc-docs/getpgid.txt

16 lines
319 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00: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]