changes.mady.by.user Pennie Walters
Saved on Nov 23, 2009
...
POS40-C. Beware of race conditions when using library functions that do not promise to be thread - safe
POS41-C. When a thread exit status is not of concern, pthread_detach() must be used or an equivalent function.