mirror of
https://github.com/curl/curl.git
synced 2026-07-24 00:17:21 +03:00
This function was added in c-ares [version]
This commit is contained in:
parent
25169f68b7
commit
a683658675
2 changed files with 3 additions and 1 deletions
|
|
@ -34,6 +34,6 @@ might have been stored in their arguments.
|
|||
.BR ares_init (3)
|
||||
.BR ares_destroy (3)
|
||||
.SH NOTES
|
||||
This function is not compatible with ares.
|
||||
This function was added in c-ares 1.2.0
|
||||
.SH AUTHOR
|
||||
Dirk Manske
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@ extract the information appropriately:
|
|||
#define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \
|
||||
ARES_GETSOCK_MAXNUM)))
|
||||
.fi
|
||||
.SH NOTES
|
||||
This function was added in c-ares 1.3.1
|
||||
.SH SEE ALSO
|
||||
.BR ares_timeout (3),
|
||||
.BR ares_fds (3),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue