CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/09 21:28:43
Modified files:
lib/libc/thread: rthread_cond.c rthread_sync.c
Log message:
pthread_cond_timedwait(3): accept negative absolute timeouts
Negative absolute timeouts are valid inputs.
With input from kettenis@.
Thread: https://marc.info/?l=openbsd-tech&m=170467558006767&w=2
ok guenther@
