diff options
Diffstat (limited to 'ipc/uapi_unix.go')
-rw-r--r-- | ipc/uapi_unix.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/uapi_unix.go b/ipc/uapi_unix.go index 544651b..48f6846 100644 --- a/ipc/uapi_unix.go +++ b/ipc/uapi_unix.go @@ -1,3 +1,4 @@ +//go:build linux || darwin || freebsd || openbsd // +build linux darwin freebsd openbsd /* SPDX-License-Identifier: MIT |