mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:13:39 +03:00
fix: socklen_t definition comment
This commit is contained in:
parent
baee3996ab
commit
0163b5b8be
8 changed files with 8 additions and 14 deletions
|
|
@ -26,7 +26,7 @@
|
|||
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
/* Define this to 'int' if socklen_t is not an available typedefed type */
|
||||
/* Type to use in place of socklen_t when system does not provide it. */
|
||||
#define socklen_t size_t
|
||||
|
||||
/* The number of bytes in a long double. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue