safing-portmaster/process/process_linux.go
2022-02-02 12:48:42 +01:00

7 lines
206 B
Go

package process
// SystemProcessID is the PID of the System/Kernel itself.
const SystemProcessID = 0
// specialOSInit does special OS specific Process initialization.
func (p *Process) specialOSInit() {}