CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/27 10:35:08
Modified files:
lib/librthread : rthread.c rthread_fork.c
Log message:
bad things can (and will) happen if a threaded program calls fork() and
then strays off the path to exec(). one common manifestation of this
problem occurs in pthread_join(), so we can add a little check there.
first person to hit this in real life gets to change the error message.
