mirror of
https://github.com/curl/curl.git
synced 2026-08-04 17:06:15 +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
|
|
@ -86,6 +86,7 @@
|
|||
#define RECVFROM_TYPE_ARG5 struct sockaddr
|
||||
#define RECVFROM_TYPE_ARG6 int
|
||||
#define RECVFROM_TYPE_RETV int
|
||||
#define RECVFROM_TYPE_ARG2_IS_VOID 1
|
||||
|
||||
#define BSD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue