CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2020/04/03 07:05:08
Modified files: lib/libpthread/man: pthread_mutex_destroy.3 Log message: Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY. It happens not just if the mutex is locked by another thread, but also if any other threads refer to the mutex (e.g. by waiting for the lock). ok guenther