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

put #ifdefs around the sigjmp_buf declaration too, as it should be

parent 85e2e96f
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,9 @@ static unsigned int ConnectionStore(struct SessionHandle *data,
#ifndef RETSIGTYPE
#define RETSIGTYPE void
#endif
#ifdef HAVE_SIGSETJMP
extern sigjmp_buf curl_jmpenv;
#endif
static
RETSIGTYPE alarmfunc(int signal)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment