Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFE

This commit is contained in:
Martin Cracauer 1998-12-15 16:43:14 +00:00
parent 4896212043
commit 38db74296d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41825

View File

@ -525,12 +525,12 @@ in the following sections.
.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_THREADSAFE.
into user-threaded processes should be compiled with -D_THREAD_SAFE.
.TP
.BI "\-kthread"
Link a kernel-threaded process against libpthread in addition to libc.
Objects linked into kernel-threaded processes should be compiled with
-D_THREADSAFE.
-D_THREAD_SAFE.
.SH OVERALL OPTIONS
.TP
.BI "\-x " "language"