From c2356ba085ed4f748b81c0ceeba1811b4a549e1c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 12 Jul 2021 03:23:46 +0200 Subject: [PATCH] close_range.2: Glibc 2.34 has added a close_range() wrapper Signed-off-by: Michael Kerrisk --- man2/close_range.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/close_range.2 b/man2/close_range.2 index 35c082f39..ca84dc448 100644 --- a/man2/close_range.2 +++ b/man2/close_range.2 @@ -95,6 +95,7 @@ Insufficient kernel memory was available. .SH VERSIONS .BR close_range () first appeared in Linux 5.9. +Library support was added in glibc in version 2.34. .SH CONFORMING TO .BR close_range () is a nonstandard function that is also present on FreeBSD.