public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] doc: correct _FORTIFY_SOURCE doc in features.h
@ 2023-01-31 22:34 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2023-01-31 22:34 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1423a26a488aae1c6fa7210e20c147a242f40f47

commit 1423a26a488aae1c6fa7210e20c147a242f40f47
Author: fanquake <fanquake@gmail.com>
Date:   Tue Jan 31 13:25:11 2023 +0000

    doc: correct _FORTIFY_SOURCE doc in features.h

Diff:
---
 include/features.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index 7d2c7a4f87..07c73b3e55 100644
--- a/include/features.h
+++ b/include/features.h
@@ -57,7 +57,8 @@
 			__STRICT_ANSI__).
 
    _FORTIFY_SOURCE	Add security hardening to many library functions.
-			Set to 1 or 2; 2 performs stricter checks than 1.
+			Set to 1, 2 or 3; 3 performs stricter checks than 2, which
+			performs stricter checks than 1.
 
    _REENTRANT, _THREAD_SAFE
 			Obsolete; equivalent to _POSIX_C_SOURCE=199506L.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-31 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 22:34 [glibc] doc: correct _FORTIFY_SOURCE doc in features.h Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).