func syscall.Fchmod
2 uses
syscall (current package)
zsyscall_linux_amd64.go#L406: func Fchmod(fd int, mode uint32) (err error) {
internal/poll
fd_unix.go#L641: return syscall.Fchmod(fd.Sysfd, mode)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)