CVSROOT:        /cvs
Module name:    src
Changes by:     an...@cvs.openbsd.org   2022/04/03 10:52:50

Modified files:
        regress/lib/libc/locale/uselocale: uselocale.c 

Log message:
Initialize the mutex before making us of it from many threads. Prevents
a race in which one thread is currently initializing the mutex which is
not an atomic operation whereas another thread tries to use it too
early.

With and ok schwarze@

Reply via email to