Fix darwin stupid

This commit is contained in:
Dustin Spicuzza
2021-07-02 15:33:03 -04:00
parent 3aa34d7e9a
commit 02a88a138e

View File

@@ -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) {