CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/04/04 22:29:21
Modified files: lib/libc/asr : res_init.c lib/libc/net : res_random.c lib/libc/stdio : findfp.c lib/libc/stdlib: random.c Log message: Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific data isn't necessary. ok mpi@, ok&tweak natano@