summaryrefslogtreecommitdiffstats
path: root/man/man2/copy_file_range.2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/man2/copy_file_range.2 (renamed from man2/copy_file_range.2)3
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/copy_file_range.2 b/man/man2/copy_file_range.2
index aee9801..bc68e7a 100644
--- a/man2/copy_file_range.2
+++ b/man/man2/copy_file_range.2
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH copy_file_range 2 2023-10-31 "Linux man-pages 6.7"
+.TH copy_file_range 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
copy_file_range \- Copy a range of data from one file to another
.SH LIBRARY
@@ -252,6 +252,7 @@ the call failed to copy, while still reporting success.
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
+#include <sys/types.h>
#include <unistd.h>
\&
int