mirror of
https://github.com/curl/curl.git
synced 2026-08-04 13:26:23 +03:00
put #ifdefs around the sigjmp_buf declaration too, as it should be
This commit is contained in:
parent
85e2e96fb6
commit
38c994a7ae
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue