summarylogtreecommitdiffstats
path: root/futex.patch
diff options
context:
space:
mode:
authorkyechou2022-08-17 13:16:19 -0500
committerkyechou2022-08-26 12:03:02 -0500
commitcb3a37d63f4e753751be67d2a638103ca1ffd6c7 (patch)
treef8b7b260fbd26b9d941a9d00b2fff7a41c3f015b /futex.patch
parent996922659ddb023047a90d02c0378c894b4b60ad (diff)
downloadaur-cb3a37d63f4e753751be67d2a638103ca1ffd6c7.tar.gz
Update/Revert back to 7.0-GE-5-LoL
Fix the after-match hanging issue Changelog: https://github.com/GloriousEggroll/wine-ge-custom/releases/tag/7.0-GE-5-LoL
Diffstat (limited to 'futex.patch')
-rw-r--r--futex.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/futex.patch b/futex.patch
new file mode 100644
index 000000000000..b1c41eb94a0e
--- /dev/null
+++ b/futex.patch
@@ -0,0 +1,11 @@
+diff --color -rupN a/dlls/ntdll/unix/fsync.c b/dlls/ntdll/unix/fsync.c
+--- a/dlls/ntdll/unix/fsync.c
++++ b/dlls/ntdll/unix/fsync.c
+@@ -51,6 +51,7 @@
+
+ #include "unix_private.h"
+ #include "fsync.h"
++#include <linux/futex.h>
+
+ WINE_DEFAULT_DEBUG_CHANNEL(fsync);
+