aboutsummaryrefslogtreecommitdiffstats
path: root/community/mupen64plus/gcc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mupen64plus/gcc.patch')
-rw-r--r--community/mupen64plus/gcc.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/mupen64plus/gcc.patch b/community/mupen64plus/gcc.patch
new file mode 100644
index 00000000000..57c242b4a49
--- /dev/null
+++ b/community/mupen64plus/gcc.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; \ No newline at end of file