mirror of
https://github.com/curl/curl.git
synced 2026-08-05 02:06:12 +03:00
SIGALARM -> SIGALRM.
This commit is contained in:
parent
fb8d9b6645
commit
690888cfc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue