mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
11 lines
234 B
Go
11 lines
234 B
Go
//+build !windows,!linux
|
|
|
|
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() {
|
|
|
|
}
|