mirror of
https://github.com/curl/curl.git
synced 2026-08-06 01:26:14 +03:00
recv() doesn't take MSG_NOSIGNAL in its forth argument so let's not pass it.
Brendan Jurd pointed out.
This commit is contained in:
parent
fcccf9aa0d
commit
8d11767048
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
#define sread(x,y,z) (ssize_t)recv((RECV_TYPE_ARG1)(x), \
|
||||
(RECV_TYPE_ARG2)(y), \
|
||||
(RECV_TYPE_ARG3)(z), \
|
||||
(RECV_TYPE_ARG4)(SEND_4TH_ARG))
|
||||
(RECV_TYPE_ARG4)(0))
|
||||
#endif
|
||||
#else /* HAVE_RECV */
|
||||
#ifndef sread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue