mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:37:17 +03:00
extern declare the sys_nerr variable. Required on Solaris at least.
This commit is contained in:
parent
accc6eb91a
commit
6c2825997a
1 changed files with 2 additions and 0 deletions
|
|
@ -488,6 +488,8 @@ get_winsock_error (int err, char *buf, size_t len)
|
|||
}
|
||||
#endif /* WIN32 && !__CYGWIN__ */
|
||||
|
||||
extern int sys_nerr;
|
||||
|
||||
/*
|
||||
* Our thread-safe and smart strerror() replacement.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue