summaryrefslogtreecommitdiff
path: root/system/libuv/disable-process-priority.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-05-04 03:36:35 +0000
committerZach van Rijn <me@zv.io>2022-05-06 12:37:31 -0500
commitb1ce3eefa7f462f4f4b7bf7465fa41dd486061c0 (patch)
treea6f609aa466d2447703e6e338c9b7516a9cdeae7 /system/libuv/disable-process-priority.patch
parent5b9db64207cfdcc0e31b63b55eca088f0453390b (diff)
downloadpackages-b1ce3eefa7f462f4f4b7bf7465fa41dd486061c0.tar.gz
packages-b1ce3eefa7f462f4f4b7bf7465fa41dd486061c0.tar.bz2
packages-b1ce3eefa7f462f4f4b7bf7465fa41dd486061c0.tar.xz
packages-b1ce3eefa7f462f4f4b7bf7465fa41dd486061c0.zip
system/libuv: bump { 1.28.0 --> 1.44.1 }. fixes #655.
Diffstat (limited to 'system/libuv/disable-process-priority.patch')
-rw-r--r--system/libuv/disable-process-priority.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/system/libuv/disable-process-priority.patch b/system/libuv/disable-process-priority.patch
deleted file mode 100644
index f0f41fc95..000000000
--- a/system/libuv/disable-process-priority.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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)