mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
9 lines
272 B
Diff
9 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
|
|
--
|