diff --git a/unix/sysvshm_unix_other.go b/unix/sysvshm_unix_other.go index 5a1d03e7..579b53bf 100644 --- a/unix/sysvshm_unix_other.go +++ b/unix/sysvshm_unix_other.go @@ -5,6 +5,8 @@ //go:build (darwin && amd64) // +build darwin,amd64 +package unix + // SysvShmCtl performs control operations on the shared memory segment // specified by id. func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) {