Open
Description
Go version
go version go1.24.0 darwin/arm64
Output of go env
in your module/workspace:
not relevant
What did you do?
man fcntl describes OFD locks which are available on MacOS (initially invented on Linux).
However, syscall/zerrors_darwin_*.go
files are missing definitions for these 3 consts:
F_OFD_GETLK
, F_OFD_SETLK
and F_OFD_SETLKW
What did you see happen?
not relevant
What did you expect to see?
consts present in Go definitions
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo