mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
10 lines
272 B
Diff
10 lines
272 B
Diff
--- 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;
|