CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/08/02 05:17:00
Modified files: lib/libc/thread: rthread_libc.c Log message: revert switching the malloc locks to __cmtx phessler hits a problem where an unowned lock is released, which fails an assert in __cmtx. it's not clear to me why the pthread_mutex type this rolls back to doesnt abort either, but i can back it out until i figure it out.