Merge pull request #133501 from fortuneteller2k/xanmod-futex2
linux_xanmod: enable futex/futex2
This commit is contained in:
commit
ca5b2fb7b6
@ -44,6 +44,12 @@ buildLinux (args // rec {
|
||||
ANDROID_BINDER_IPC = module;
|
||||
ANDROID_BINDERFS = module;
|
||||
ANDROID_BINDER_DEVICES = freeform "binder,hwbinder,vndbinder";
|
||||
|
||||
# Futex WAIT_MULTIPLE implementation for Wine / Proton Fsync.
|
||||
# Futex2 interface compatible w/ latest Wine / Proton Fsync.
|
||||
FUTEX = yes;
|
||||
FUTEX2 = yes;
|
||||
FUTEX_PI = yes;
|
||||
};
|
||||
|
||||
extraMeta = {
|
||||
|
Loading…
Reference in New Issue
Block a user