summaryrefslogtreecommitdiffhomepage
path: root/util/pidowner/pidowner_noimpl.go
blob: 4bc665d61071ed6629978cd73a6b13a5c83b1a1b (plain)
1
2
3
4
5
6
7
8
// Copyright (c) Tailscale Inc & contributors
// SPDX-License-Identifier: BSD-3-Clause

//go:build !windows && !linux

package pidowner

func ownerOfPID(pid int) (userID string, err error) { return "", ErrNotImplemented }