mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
Compile threaded proframs with -D_THREAD_SAFE, not -D_THREADSAFE
This commit is contained in:
parent
4896212043
commit
38db74296d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41825
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user