CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/10/21 09:32:01
Modified files:
lib/libpthread/uthread: uthread_fork.c
lib/librthread : rthread_fork.c
Log message:
After forking, the child is single threaded, so tell libc that. This
is needed to avoid deadlocks in popen() on FILE locking.
ok kurt@
