mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
Fix darwin stupid
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user