From d9e7d6452310793d5da861fb03a98b3fcd296dc4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 22 Nov 2020 18:13:58 -0800 Subject: Fix build --- 020-mupen64plus-core-gcc10-fix.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 020-mupen64plus-core-gcc10-fix.patch (limited to '020-mupen64plus-core-gcc10-fix.patch') 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; -- cgit v1.2.1