const syscall.F_GETFL

3 uses

	syscall (current package)
		exec_unix.go#L107: 	flag, err := fcntl(fd, F_GETFL, 0)
		zerrors_darwin_amd64.go#L240: 	F_GETFL                           = 0x3

	internal/syscall/unix
		nonblocking_libc.go#L15: 	flag, e1 := fcntl(fd, syscall.F_GETFL, 0)