Merge pull request #133501 from fortuneteller2k/xanmod-futex2

linux_xanmod: enable futex/futex2
This commit is contained in:
Sandro 2021-08-11 16:08:13 +02:00 committed by GitHub
commit ca5b2fb7b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {