aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl/files/patch-lib::url.c
blob: 510409e91fc24c1cc0d0c85612689cecc41589e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Different handling of signals and threads.

--- a/lib/url.c
+++ b/lib/url.c
@@ -792,6 +792,10 @@
     data->progress.flags |= PGRS_HIDE;
     data->state.current_speed = -1; /* init to negative == impossible */
 
+#if defined(__FreeBSD_version)
+    data->set.no_signal = TRUE; /* different handling of signals and threads */
+#endif /* __FreeBSD_version */
+
     /* This no longer creates a connection cache here. It is instead made on
        the first call to curl_easy_perform() or when the handle is added to a
        multi stack. */