From: Michael Kerrisk Date: Tue, 23 Jun 2020 19:26:51 +0000 (+0200) Subject: sysctl.2: glibc removed support for sysctl() starting in version 2.32 X-Git-Tag: man-pages-5.08~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4077c2c2c5dc84cbcb13af021e11ec91af95a8a;p=thirdparty%2Fman-pages.git sysctl.2: glibc removed support for sysctl() starting in version 2.32 Signed-off-by: Michael Kerrisk --- diff --git a/man2/sysctl.2 b/man2/sysctl.2 index 523489d2af..65f79516d8 100644 --- a/man2/sysctl.2 +++ b/man2/sysctl.2 @@ -95,7 +95,7 @@ non-NULL, but allowed zero room in was not found. .SH VERSIONS This system call first appeared in Linux 1.3.57. -It was removed in Linux 5.5. +It was removed in Linux 5.5; glibc support was removed in version 2.32. .SH CONFORMING TO This call is Linux-specific, and should not be used in programs intended to be portable.