CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/28 15:25:24
Modified files:
lib/libc/thread: rthread_once.c
Log message:
If the init_routine used with pthread_once() is canceled, then we need to
unlock the mutex inside the pthread_once_t. Push a cleanup wrapper for that.
Diff from Scott Cheloha <[email protected]>
ok mpi@
