summaryrefslogtreecommitdiffstats
path: root/man/man2/close_range.2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/man2/close_range.2 (renamed from man2/close_range.2)3
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/close_range.2 b/man/man2/close_range.2
index d9582b0..74da231 100644
--- a/man2/close_range.2
+++ b/man/man2/close_range.2
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH close_range 2 2024-02-25 "Linux man-pages 6.7"
+.TH close_range 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
close_range \- close all file descriptors in a given range
.SH LIBRARY
@@ -209,6 +209,7 @@ result from the calls to
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
+#include <sys/types.h>
#include <unistd.h>
\&
/* Show the contents of the symbolic links in /proc/self/fd */