Remove bit about _THREAD_SAFE. deischen committed a change to stdio.h

that totally removed _THREAD_SAFE.

PR:		36167
Submitted by:	gerald
This commit is contained in:
David E. O'Brien 2003-06-25 16:12:05 +00:00
parent bae1fbdc9f
commit 952d62c73c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116826

View File

@ -541,8 +541,7 @@ in the following sections.
.SH FreeBSD SPECIFIC OPTIONS
.TP
.BI "\-pthread"
Link a user-threaded process against libc_r instead of libc. Objects linked
into user-threaded processes should be compiled with -D_THREAD_SAFE.
Link a user-threaded process against libc_r instead of libc.
.SH OVERALL OPTIONS
.TP
.BI "\-x " "language"