mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +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
|
@ -308,7 +308,7 @@ VALUE rsock_sockaddr_string_value_with_addrinfo(volatile VALUE *v, VALUE *ai_ret
|
|||
|
||||
VALUE rb_check_sockaddr_string_type(VALUE);
|
||||
|
||||
NORETURN(void rsock_raise_socket_error(const char *, int));
|
||||
NORETURN(void rsock_raise_resolution_error(const char *, int));
|
||||
|
||||
int rsock_family_arg(VALUE domain);
|
||||
int rsock_socktype_arg(VALUE type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue