internal/poll.FD.Fchmod (method)

2 uses

	internal/poll (current package)
		fd_unix.go#L626: func (fd *FD) Fchmod(mode uint32) error {

	os
		file_posix.go#L92: 	if e := f.pfd.Fchmod(syscallMode(mode)); e != nil {