]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Reword sentence for _REENTRANT
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 1 Feb 2007 06:11:02 +0000 (06:11 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 1 Feb 2007 06:11:02 +0000 (06:11 +0000)
man7/feature_test_macros.7

index 46e1d315cc7c94f72288c8e503b613dd8a9b41bd..2f9f799ba3092a0f2558cc872b0df638ef202f10 100644 (file)
@@ -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