summaryrefslogtreecommitdiff
path: root/system/libuv/disable-process-priority.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-05 19:11:28 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-05 19:11:28 +0000
commit335289b7358b099972ac780513c5d47d8667ed1b (patch)
tree3cfc929010e292ae8928da38a829d8f326c08a60 /system/libuv/disable-process-priority.patch
parentad22a43f12bbc9847f3ab61252e2c7d4ce62c99c (diff)
downloadpackages-335289b7358b099972ac780513c5d47d8667ed1b.tar.gz
packages-335289b7358b099972ac780513c5d47d8667ed1b.tar.bz2
packages-335289b7358b099972ac780513c5d47d8667ed1b.tar.xz
packages-335289b7358b099972ac780513c5d47d8667ed1b.zip
system/libuv: bump to 1.23.0
Diffstat (limited to 'system/libuv/disable-process-priority.patch')
-rw-r--r--system/libuv/disable-process-priority.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/libuv/disable-process-priority.patch b/system/libuv/disable-process-priority.patch
new file mode 100644
index 000000000..f0f41fc95
--- /dev/null
+++ b/system/libuv/disable-process-priority.patch
@@ -0,0 +1,22 @@
+--- libuv-v1.23.0/test/test-list.h.old 2018-08-17 02:05:34.000000000 +0000
++++ libuv-v1.23.0/test/test-list.h 2018-09-05 19:06:26.360000000 +0000
+@@ -214,7 +214,9 @@
+ TEST_DECLARE (pipe_set_non_blocking)
+ TEST_DECLARE (pipe_set_chmod)
+ TEST_DECLARE (process_ref)
++#if 0
+ TEST_DECLARE (process_priority)
++#endif
+ TEST_DECLARE (has_ref)
+ TEST_DECLARE (active)
+ TEST_DECLARE (embed)
+@@ -690,7 +692,9 @@
+ TEST_ENTRY (pipe_ref4)
+ TEST_HELPER (pipe_ref4, pipe_echo_server)
+ TEST_ENTRY (process_ref)
++#if 0
+ TEST_ENTRY (process_priority)
++#endif
+ TEST_ENTRY (has_ref)
+
+ TEST_ENTRY (loop_handles)