From d5e7276516720df500243722f3bebffd9cc88e5f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 11 Oct 2020 14:31:29 +0200 Subject: [PATCH] perror.3: sys_errlist and sys_nerr are no longer exposed by The change came with the release of glibc 2.32. Signed-off-by: Michael Kerrisk --- man3/perror.3 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/man3/perror.3 b/man3/perror.3 index 014503ef39..ff24d67c36 100644 --- a/man3/perror.3 +++ b/man3/perror.3 @@ -51,7 +51,7 @@ Feature Test Macro Requirements for glibc (see .PP .IR sys_errlist , .IR sys_nerr : - Since glibc 2.19: + From glibc 2.19 to 2.31: _DEFAULT_SOURCE Glibc 2.19 and earlier: _BSD_SOURCE @@ -111,6 +111,13 @@ Thus, if a failing call is not immediately followed by a call to the value of .I errno should be saved. +.SH VERSIONS +Since glibc version 2.32, the declarations of +.I sys_errlist +and +.I sys_nerr +are no longer exposed by +.IR . .SH ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). -- 2.47.2