We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rsock_raise_user_specified_timeout
1 parent ba49005 commit 10a2688Copy full SHA for 10a2688
ext/socket/rubysocket.h
@@ -454,7 +454,7 @@ void free_fast_fallback_getaddrinfo_shared(struct fast_fallback_getaddrinfo_shar
454
#endif
455
456
unsigned int rsock_value_timeout_to_msec(VALUE);
457
-void rsock_raise_user_specified_timeout(void);
+NORETURN(void rsock_raise_user_specified_timeout(void));
458
459
void rsock_init_basicsocket(void);
460
void rsock_init_ipsocket(void);
0 commit comments