local-arm-futex.diff

From: Adam Conrad <adconrad@ubuntu.com>
Date: Fri, 11 Nov 2022 23:32:08 +0800
Subject: Lie about futex_atomic_cmpxchg_inatomic kernel support.
This commit is contained in:
denghao 2022-11-10 05:09:27 +03:00
parent 11743cb847
commit 7534b043c7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
/* The ARM kernel before 3.14.3 may or may not support
futex_atomic_cmpxchg_inatomic, depending on kernel
configuration. */
#if __LINUX_KERNEL_VERSION < 0x030E03
#if __LINUX_KERNEL_VERSION < 0x020620
# undef __ASSUME_SET_ROBUST_LIST
#endif