diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/creature.texi | 6 | ||||
-rw-r--r-- | manual/libc.texinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/manual/creature.texi b/manual/creature.texi index 37dee54b56..babbb0ab05 100644 --- a/manual/creature.texi +++ b/manual/creature.texi @@ -124,8 +124,10 @@ it must have been specified to compile as thread safe. @end defvr We recommend you use @code{_GNU_SOURCE} in new programs. If you don't -specify the @samp{-ansi} option to GCC and don't define any of these macros -explicitly, the effect is the same as defining @code{_GNU_SOURCE}. +specify the @samp{-ansi} option to GCC and don't define any of these +macros explicitly, the effect is the same as defining +@code{_POSIX_C_SOURCE} to 2 and @code{_POSIX_SOURCE}, +@code{_SVID_SOURCE}, and @code{_BSD_SOURCE} to 1. When you define a feature test macro to request a larger class of features, it is harmless to define in addition a feature test macro for a subset of diff --git a/manual/libc.texinfo b/manual/libc.texinfo index 80eb4965f7..d6024ed611 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -43,6 +43,8 @@ derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual +into another language, under the above conditions for modified versions, +except that the text of the translation of the section entitled ``GNU Library General Public License'' must be approved for accuracy by the Foundation. @end ifinfo |