CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/04/13 07:50:37
Modified files: lib/librthread : rthread_mutexattr.c rthread_sync.c Log message: Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the default mutex type changes to NORMAL, when there is an uninitialized mutex provided to unlock, allow it to succeed similar to an unlocked mutex. For other cases abort instead of segfault. okay guenther@