1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

SIGALARM -> SIGALRM.

This commit is contained in:
Gisle Vanem 2006-09-09 19:13:13 +00:00
parent fb8d9b6645
commit 690888cfc1

View File

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