aboutsummaryrefslogtreecommitdiffstats
path: root/main/spl-hardened/pax-rap-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/spl-hardened/pax-rap-fixes.patch')
-rw-r--r--main/spl-hardened/pax-rap-fixes.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/spl-hardened/pax-rap-fixes.patch b/main/spl-hardened/pax-rap-fixes.patch
deleted file mode 100644
index b5b727938c..0000000000
--- a/main/spl-hardened/pax-rap-fixes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/include/sys/thread.h b/include/sys/thread.h
-index 433a076..1ca9911 100644
---- a/include/sys/thread.h
-+++ b/include/sys/thread.h
-@@ -46,7 +46,7 @@
- typedef void (*thread_func_t)(void *);
-
- #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \
-- __thread_create(stk, stksize, (thread_func_t)func, \
-+ __thread_create(stk, stksize, func, \
- #func, arg, len, pp, state, pri)
- #define thread_exit() __thread_exit()
- #define thread_join(t) VERIFY(0)