freebsd32 shims for copy_file_range(2).

Reviewed by:	brooks, rmacklem (previous version)
Sponsored by:	The FreeBSD Foundation
Differential revision:	https://reviews.freebsd.org/D21092
This commit is contained in:
Konstantin Belousov 2019-07-31 19:20:05 +00:00
parent fd336e2ac0
commit 4dd892181d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350479

View File

@ -1147,5 +1147,8 @@
size_t bufsize); }
568 AUE_UNLINKAT NOPROTO { int funlinkat(int dfd, const char *path, int fd, \
int flag); }
569 AUE_NULL NOPROTO { ssize_t copy_file_range(int infd, \
off_t *inoffp, int outfd, off_t *outoffp, \
size_t len, unsigned int flags); }
; vim: syntax=off