mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
Moves low-level functions handling to os/fs.c. Adds file.c with a proxy interface. Target: while leaving syscalls handling is os.c (partially handled by libuv), add buffering for reading and writing to file.c.