mirror of
https://github.com/curl/curl.git
synced 2026-06-23 02:05:37 +03:00
sp
This commit is contained in:
parent
4da0f86d20
commit
238a0ddd17
1 changed files with 2 additions and 2 deletions
|
|
@ -46,9 +46,9 @@
|
|||
#endif
|
||||
|
||||
#if EAGAIN != EWOULDBLOCK
|
||||
#define RAW_EAGAIN(e) ((e) == EWOULDBLOCK || (e) == EAGAIN)
|
||||
#define RAW_EAGAIN(e) ((e) == EWOULDBLOCK || (e) == EAGAIN)
|
||||
#else
|
||||
#define RAW_EAGAIN(e) ((e) == EWOULDBLOCK)
|
||||
#define RAW_EAGAIN(e) ((e) == EWOULDBLOCK)
|
||||
#endif
|
||||
|
||||
struct rustls_ssl_backend_data {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue