mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
os/fs: Define os_strerror as an alias to uv_strerror
It is not needed to know that os/* uses libuv.
This commit is contained in:
parent
7a6bf3f418
commit
b56934e28d
@ -135,4 +135,9 @@
|
||||
// For dup(3).
|
||||
#define HAVE_DUP
|
||||
|
||||
/// Function to convert -errno error to char * error description
|
||||
///
|
||||
/// -errno errors are returned by a number of os functions.
|
||||
#define os_strerror uv_strerror
|
||||
|
||||
#endif // NVIM_OS_OS_DEFS_H
|
||||
|
Loading…
Reference in New Issue
Block a user