put #ifdefs around the sigjmp_buf declaration too, as it should be
This commit is contained in:
Родитель
85e2e96fb6
Коммит
38c994a7ae
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче