mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
*: Satisfy linter (newest type casts rule)
This commit is contained in:
@@ -424,7 +424,7 @@ ptrdiff_t os_read(const int fd, bool *ret_eof, char *const ret_buf,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_READV
|
#ifdef HAVE_READV
|
||||||
/// Read from a file to a multiple buffers at once
|
/// Read from a file to multiple buffers at once
|
||||||
///
|
///
|
||||||
/// Wrapper for readv().
|
/// Wrapper for readv().
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user