func syscall.Fchmod
2 uses
syscall (current package)
zsyscall_darwin_arm64.go#L634: func Fchmod(fd int, mode uint32) (err error) {
internal/poll
fd_unix.go#L454: return syscall.Fchmod(fd.Sysfd, mode)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)