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
Родитель 85e2e96fb6
Коммит 38c994a7ae
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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