mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
7 lines
159 B
Go
7 lines
159 B
Go
//go:build !windows && !linux
|
|
// +build !windows,!linux
|
|
|
|
package process
|
|
|
|
// SystemProcessID is the PID of the System/Kernel itself.
|
|
const SystemProcessID = 0
|