From dac02dc671c5e228120ae17c590381ca070b0535 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 1 Feb 2007 06:11:02 +0000 Subject: [PATCH] Reword sentence for _REENTRANT --- man7/feature_test_macros.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index 46e1d315cc..2f9f799ba3 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -124,7 +124,7 @@ In addition, various GNU-specific extensions are also exposed. .TP .B _REENTRANT Defining this macro exposes definitions of certain reentrant functions. -Avoid direct use of this macro; use +For multithreaded programs, use .I "cc -pthread" instead. .TP -- 2.47.2