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