mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
fileinfo: rename os_file_info_get_id
This commit is contained in:
@@ -378,7 +378,7 @@ bool os_fileinfo_id_equal(const FileInfo *file_info_1,
|
||||
///
|
||||
/// @param file_info Pointer to the `FileInfo`
|
||||
/// @param[out] file_id Pointer to a `FileID`
|
||||
void os_file_info_get_id(const FileInfo *file_info, FileID *file_id)
|
||||
void os_fileinfo_id(const FileInfo *file_info, FileID *file_id)
|
||||
{
|
||||
file_id->inode = file_info->stat.st_ino;
|
||||
file_id->device_id = file_info->stat.st_dev;
|
||||
|
Reference in New Issue
Block a user