summaryrefslogtreecommitdiff
path: root/contrib/gcc/gcc.1
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/gcc.1')
-rw-r--r--contrib/gcc/gcc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1
index 36ca556376c14..f1a72e6de3461 100644
--- a/contrib/gcc/gcc.1
+++ b/contrib/gcc/gcc.1
@@ -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_THREAD_SAFE.
+into user-threaded processes should be compiled with -D_THREADSAFE.
.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_THREAD_SAFE.
+-D_THREADSAFE.
.SH OVERALL OPTIONS
.TP
.BI "\-x " "language"