Skip to content

Make futex timeout absolute, and properly return ETIMEDOUT

Jacob Lorentzon requested to merge 4lDO2/kernel:abs_futex into master

This change is backwards-incompatible, but AFAIK only relibc uses the futex syscall, and relibc isn't currently handling pthread timeouts at all.

Merge request reports