Add an entry for copy_file_range(2) to unistd.h.

copy_file_range(2) is a Linux compatible syscall created by r350315.

Reviewed by:	kib, asomers
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D20584
This commit is contained in:
Rick Macklem 2019-07-25 06:10:44 +00:00
parent 78756b9e6f
commit 6639e9bc31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350318

View File

@ -494,6 +494,7 @@ struct crypt_data {
int acct(const char *);
int async_daemon(void);
int check_utility_compat(const char *);
ssize_t copy_file_range(int, off_t *, int, off_t *, size_t, unsigned int);
const char *
crypt_get_format(void);
char *crypt_r(const char *, const char *, struct crypt_data *);