1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

This commit is contained in:
Daniel Stenberg 2002-06-11 15:47:01 +00:00
parent 85e2e96fb6
commit 38c994a7ae

View File

@ -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)
{