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:
parent
cd932f85db
commit
85621c6d1f
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user