const runtime._EINTR

3 uses

	runtime (current package)
		defs_darwin_amd64.go#L9: 	_EINTR     = 0x4
		netpoll_kqueue.go#L93: 			if n == -_EINTR {
		netpoll_kqueue.go#L129: 		if n != -_EINTR {