Skip to content
Snippets Groups Projects
Commit 6c282599 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

extern declare the sys_nerr variable. Required on Solaris at least.

parent accc6eb9
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment