mirror of
https://github.com/curl/curl.git
synced 2026-05-04 22:29:56 +03:00
curl: ignore SIGPIPE - compilation fix - follow-up
This commit is contained in:
parent
308cce8231
commit
a7db42e4f0
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
main_checkfds();
|
||||
|
||||
#ifdef SIGPIPE
|
||||
#if defined(HAVE_SIGNAL) && defined(SIGPIPE)
|
||||
(void)signal(SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue