SIGALARM -> SIGALRM.

This commit is contained in:
Gisle Vanem 2006-09-09 19:13:13 +00:00
parent fb8d9b6645
commit 690888cfc1
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ static void conn_free(struct connectdata *conn);
extern sigjmp_buf curl_jmpenv;
#endif
#ifdef SIGALARM
#ifdef SIGALRM
static
RETSIGTYPE alarmfunc(int sig)
{