Commit 690888cf authored by Gisle Vanem's avatar Gisle Vanem
Browse files

SIGALARM -> SIGALRM.

parent fb8d9b66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{