sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Fix `pthread_cond_timedwait`'s timeout. #61

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

pthread_cond_timedwait's API is to take an absolute time. Convert it to relative before passing it to wait_timeout.