const golang.org/x/sys/unix.F_SETFD
2 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L388: func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) }
zerrors_darwin_arm64.go#L520: F_SETFD = 0x2
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)