mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:07:16 +03:00
add back most likely acciedently removed function name justtimeout to fix autobuild breaks.
This commit is contained in:
parent
63fad159e8
commit
2b96c3f5ce
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ static void timer(int signum)
|
|||
#endif
|
||||
}
|
||||
|
||||
static void (int signum)
|
||||
static void justtimeout(int signum)
|
||||
{
|
||||
(void)signum;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue