mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 08:43:23 +00:00
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
78756b9e6f
commit
6639e9bc31
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350318
@ -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