repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: ufw 0.36.2-1
[ArchLinux/community.git]
/
mupen64plus
/
trunk
/
020-mupen64plus-core-gcc10-fix.patch
blob
c429e1e6fc32b4084deb4b11aa503c510e4bfcf6
1
--- a/source/mupen64plus-core/src/main/workqueue.h
2
+++ b/source/mupen64plus-core/src/main/workqueue.h
3
@@ -27,7 +27,6 @@
4
5
struct work_struct;
6
7
-struct work_struct *work;
8
typedef void (*work_func_t)(struct work_struct *work);
9
struct work_struct {
10
work_func_t func;