CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2015/05/10 12:33:15
Modified files: lib/librthread : rthread.c rthread_fork.c Log message: In the child after fork, the dl lock has to be forced as its inner spinlock may have been grabbed by another thread in the parent before the fork problem report from dcoppa@, ok kettenis@