summaryrefslogtreecommitdiff
path: root/020-mupen64plus-core-gcc10-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to '020-mupen64plus-core-gcc10-fix.patch')
-rw-r--r--020-mupen64plus-core-gcc10-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/020-mupen64plus-core-gcc10-fix.patch b/020-mupen64plus-core-gcc10-fix.patch
new file mode 100644
index 0000000..c429e1e
--- /dev/null
+++ b/020-mupen64plus-core-gcc10-fix.patch
@@ -0,0 +1,10 @@
+--- a/source/mupen64plus-core/src/main/workqueue.h
++++ b/source/mupen64plus-core/src/main/workqueue.h
+@@ -27,7 +27,6 @@
+
+ struct work_struct;
+
+-struct work_struct *work;
+ typedef void (*work_func_t)(struct work_struct *work);
+ struct work_struct {
+ work_func_t func;