mirror of https://gitee.com/openkylin/glibc.git
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:
parent
11743cb847
commit
7534b043c7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue