mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +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
|
|
@ -324,6 +324,9 @@
|
|||
/* Define to the type pointed by arg 2 for recvfrom. */
|
||||
#define RECVFROM_TYPE_ARG2 void
|
||||
|
||||
/* Define if the type pointed by arg 2 for recvfrom is void. */
|
||||
#define RECVFROM_TYPE_ARG2_IS_VOID 1
|
||||
|
||||
/* Define to the type of arg 3 for recvfrom. */
|
||||
#define RECVFROM_TYPE_ARG3 int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue