mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:33:37 +03:00
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
This commit is contained in:
parent
71525352f0
commit
bffe69a151
13 changed files with 50 additions and 1 deletions
|
|
@ -71,6 +71,7 @@
|
|||
#define RECVFROM_TYPE_ARG5 struct sockaddr
|
||||
#define RECVFROM_TYPE_ARG6 int
|
||||
#define RECVFROM_TYPE_RETV ssize_t
|
||||
#define RECVFROM_TYPE_ARG2_IS_VOID 1
|
||||
|
||||
#define HAVE_SEND 1
|
||||
#define SEND_TYPE_ARG1 int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue