mirror of
https://github.com/curl/curl.git
synced 2026-07-30 20:18:08 +03:00
rustls.c fixup
This commit is contained in:
parent
b0ccea9358
commit
30b27371c5
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#include "curlx/base64.h"
|
||||
#endif
|
||||
|
||||
#if EAGAIN != SOCKEWOULDBLOCK
|
||||
#if EAGAIN != EWOULDBLOCK
|
||||
#define RAW_EWOULDBLOCK_EAGAIN(e) ((e) == EWOULDBLOCK || (e) == EAGAIN)
|
||||
#else
|
||||
#define RAW_EWOULDBLOCK_EAGAIN(e) ((e) == EWOULDBLOCK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue