signal() returns 'void (*)(int)'.

This commit is contained in:
Gisle Vanem 2006-09-08 13:06:41 +00:00
parent 9cc3795f1a
commit 1dec17562f
1 changed files with 1 additions and 1 deletions

View File

@ -3054,7 +3054,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
bool keep_copysig=FALSE; /* did copy it? */
#else
#ifdef HAVE_SIGNAL
void *keep_sigact; /* store the old handler here */
void (*keep_sigact)(int); /* store the old handler here */
#endif /* HAVE_SIGNAL */
#endif /* HAVE_SIGACTION */
#endif /* SIGALRM */