Skip to content
Commit 52b840af authored by Khem Raj's avatar Khem Raj Committed by Bruce Ashfield
Browse files

perf: Alias SYS_futex with SYS_futex_time64 on 32-bit arches with 64bit time_t



glibc does not define SYS_futex for 32bit architectures using 64bit
time_t e.g. riscv32, therefore perf fails to compile as it does not find
SYS_futex in C library headers, define it to SYS_futex_time64 when it
exists

Upstream-Status: Pending
Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 64fd51cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment