CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/02/16 13:55:09
Modified files:
lib/librthread : rthread.c
Log message:
Set __isthreaded in pthread_create() instead of _rthread_init() such that it
properly represents whether a process is multi-threaded or not. This fixes
a bug where if a forked child would create a new thread we would not set
__isthreaded.
ok guenther@
