mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
os_unix: use libuv total memory function
This commit is contained in:

committed by
Thiago de Arruda

parent
68d8ab54a1
commit
65e7610655
@@ -149,17 +149,6 @@
|
||||
# undef __ARGS
|
||||
#endif
|
||||
|
||||
#if (defined(HAVE_SYS_RESOURCE_H) && defined(HAVE_GETRLIMIT)) \
|
||||
|| (defined(HAVE_SYS_SYSINFO_H) && defined(HAVE_SYSINFO)) \
|
||||
|| defined(HAVE_SYSCTL) || defined(HAVE_SYSCONF)
|
||||
# define HAVE_TOTAL_MEM
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Unix system-dependent file names
|
||||
*/
|
||||
|
Reference in New Issue
Block a user