From bcb564f25b1aa533c04f21c1106af49986a39a7a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 15 May 2006 09:05:26 +0000 Subject: [PATCH] Fix typo: s/_POSIX_C_SOURCE/_POSIX_SOURCE/ --- man7/ftm.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/ftm.7 b/man7/ftm.7 index fb24d1ae9..2d0a65de5 100644 --- a/man7/ftm.7 +++ b/man7/ftm.7 @@ -60,7 +60,7 @@ definitions for POSIX.1c (threads). Defining with the value 200112 exposes definitions corresponding to the POSIX.1-2001 base specification (excluding the XSI extension). .TP -.B _POSIX_C_SOURCE +.B _POSIX_SOURCE Defining this obsolete macro with any value is equivalent to defining .B _POSIX_C_SOURCE with the value 1.