K 10 svn:author V 3 kib K 8 svn:date V 27 2008-11-29T21:46:28.281481Z K 7 svn:log V 397 Unlock the malloc() locks in the child process after fork(). This gives us working malloc in the fork child of the multithreaded process. Although POSIX requires that only async-signal safe functions shall be operable after fork in multithreaded process, not having malloc lower the quality of our implementation. Tested by: rink Discussed with: kan, davidxu Reviewed by: kan MFC after: 1 month END