mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
shada: Refactor file reading/writing to use os_open
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
/// Try to free memory. Used when trying to recover from out of memory errors.
|
||||
/// @see {xmalloc}
|
||||
static void try_to_free_memory(void)
|
||||
void try_to_free_memory(void)
|
||||
{
|
||||
static bool trying_to_free = false;
|
||||
// avoid recursive calls
|
||||
|
Reference in New Issue
Block a user