Subject: THREAD SAFETY section
To: None <tech-userlevel@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: tech-userlevel
Date: 09/10/1998 11:44:45
As part of the userland threads project, I want to start adding a
section at the bottom of all section 3 man pages on the thread safety
of the function in question. My strawman is something like:

THREAD SAFETY
     The foo() and bar() functions are thread safe. The baz() function 
     is not thread safe.

Suggestons? Thoughts?

Perry