mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
10 lines
272 B
Diff
10 lines
272 B
Diff
![]() |
diff --git deps/hiredis/test.c deps/hiredis/test.c
|
||
|
--- deps/hiredis/test.c
|
||
|
+++ deps/hiredis/test.c
|
||
|
@@ -762,2 +762,4 @@ int main(int argc, char **argv) {
|
||
|
+#ifndef _WIN32
|
||
|
/* Ignore broken pipe signal (for I/O error tests). */
|
||
|
signal(SIGPIPE, SIG_IGN);
|
||
|
+#endif
|
||
|
--
|