Go version
go version go1.24.0 darwin/arm64
Output of go env in your module/workspace:
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
Go version
go version go1.24.0 darwin/arm64
Output of
go envin your module/workspace:What did you do?
man fcntl describes OFD locks which are available on MacOS (initially invented on Linux).
However,
syscall/zerrors_darwin_*.gofiles are missing definitions for these 3 consts:F_OFD_GETLK,F_OFD_SETLKandF_OFD_SETLKWWhat did you see happen?
not relevant
What did you expect to see?
consts present in Go definitions