blob: d4e057fd3e6975e94fd0263e0dec89447507d2cf (
plain) (
blame)
1
2
3
|
syscall
The issue arises from the `FUTEX_LOCK_PI` system call not being implemented on the target architecture (s390x), leading to an ENOSYS error. This is directly related to a syscall problem.
|