]> git.ipfire.org Git - thirdparty/glibc.git/commit
manual: Document missing feature test macros.
authorRical Jasan <ricaljasan@pacific.net>
Mon, 19 Feb 2018 11:30:06 +0000 (03:30 -0800)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Mar 2018 19:26:40 +0000 (19:26 +0000)
commitb6c9b80e729455d268b52db02763970a946744cd
tree1bb32fb241818d5f49ed930d64ad6be3feb00b3e
parentfc0ad3d5e7a0ccc0b4813dd4fcfd4f68e073a9e4
manual: Document missing feature test macros.

Several feature test macros are documented in features.h but absent in
the manual, and some documented macros accept undocumented values.
This commit updates the manual to mention all the accepted macros,
along with any values that hold special meaning.

* manual/creature.texi (_POSIX_C_SOURCE): Document special
values of 199606L, 200112L, and 200809L.
(_XOPEN_SOURCE): Document special values of 600 and 700.
(_ISOC11_SOURCE): Document macro.
(_ATFILE_SOURCE): Likewise.
(_FORTIFY_SOURCE): Likewise.

(cherry picked from commit 6a3962c4a408e8cbc305d2433711196107374e89)
(cherry picked from commit da81ae645d8ee89052f109c814a68a9489f562e6)
ChangeLog
NEWS
manual/creature.texi