1
0
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:
Yang Tse
2008-07-21 03:06:08 +00:00
parent 44ae9e4697
commit 1faffd7a7e

View File

@ -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.