add copy_file_range system call wrapper

This commit is contained in:
Árni Dagur
2019-08-23 20:24:06 -04:00
committed by Rich Felker
parent 6ad514e4e2
commit f76e183111
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -188,6 +188,7 @@ char *get_current_dir_name(void);
int syncfs(int);
int euidaccess(const char *, int);
int eaccess(const char *, int);
ssize_t copy_file_range(int, off_t *, int, off_t *, size_t, unsigned);
#endif
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)