mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
libuv: Update uv__fs_copy_file_range signature in cmake-bootstrap.c
This commit is contained in:
@@ -136,8 +136,8 @@ int uv__statx(int dirfd,
|
||||
return -1;
|
||||
}
|
||||
|
||||
ssize_t uv__fs_copy_file_range(int fd_in, ssize_t* off_in,
|
||||
int fd_out, ssize_t* off_out,
|
||||
ssize_t uv__fs_copy_file_range(int fd_in, off_t* off_in,
|
||||
int fd_out, off_t* off_out,
|
||||
size_t len, unsigned int flags)
|
||||
{
|
||||
errno = ENOSYS;
|
||||
|
||||
Reference in New Issue
Block a user