mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Rename rsock_raise_socket_error to rsock_raise_resolution_error
Again, rsock_raise_socket_error is called only when getaddrinfo and getaddrname fail
This commit is contained in:
parent
52f6de4196
commit
5f62b1d00c
4 changed files with 9 additions and 9 deletions
|
@ -38,7 +38,7 @@ static VALUE sym_wait_readable;
|
|||
static ID id_error_code;
|
||||
|
||||
void
|
||||
rsock_raise_socket_error(const char *reason, int error)
|
||||
rsock_raise_resolution_error(const char *reason, int error)
|
||||
{
|
||||
#ifdef EAI_SYSTEM
|
||||
int e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue