mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-21 20:13:19 +00:00
Use the sreadfrom() wrapper to replace recvfrom() in our code.
This commit is contained in:
@ -222,6 +222,13 @@ struct timeval {
|
||||
#endif /* HAVE_RECVFROM */
|
||||
|
||||
|
||||
#ifdef RECVFROM_TYPE_ARG6_IS_VOID
|
||||
# define RECVFROM_ARG6_T unsigned int
|
||||
#else
|
||||
# define RECVFROM_ARG6_T RECVFROM_TYPE_ARG6
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
|
||||
* avoid negative number inputs with argument byte codes > 127.
|
||||
|
||||
Reference in New Issue
Block a user