[PATCH] futex: fix build on 32-bit architectures using 64-bit time_t
21 Feb
2022
21 Feb
'22
6:09 a.m.
Fix the following build failure on 32-bit architectures using 64-bit
time_t (e.g. riscv32):
| ./boost/fiber/detail/futex.hpp:31:23: error: use of undeclared identifier 'SYS_futex'
| return ::syscall( SYS_futex, addr, op, x, nullptr, nullptr, 0);
| ^
| 1 error generated.
Signed-off-by: Khem Raj
1009
Age (days ago)
1009
Last active (days ago)
0 comments
1 participants
participants (1)
-
Khem Raj