CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2012/04/13 06:39:28

Modified files:
        lib/librthread : rthread_sync.c 

Log message:
Per POSIX, PTHREAD_MUTEX_NORMAL type mutexes have undefined behavior for
certain conditions. In the case of unlocking an unlocked mutex we will
allow that to succeed, all other undefined behaviors will result in an
immediate abort(). okay guenther@

Reply via email to