Hello, I have a problem about multi threads fork. The implement of fork not lock such as stdio file, __thread_list_lock, or other global mutexs in musl libc before syscall of SYS_clone, this will cause dead lock in child. Is this a bug? Hope your response! --Guo Longqiang