summaryrefslogtreecommitdiff
path: root/020-mupen64plus-core-gcc10-fix.patch
blob: c429e1e6fc32b4084deb4b11aa503c510e4bfcf6 (plain)
1
2
3
4
5
6
7
8
9
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;