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