Last error raised by gethostbyname

Property definitions

socket :: socket_c $ Sys :: h_errno
	# Last error raised by `gethostbyname`
	fun h_errno: HErrno `{ return h_errno; `}
lib/socket/socket_c.nit:585,2--586,42