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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)
{