mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
libcall: remove libcall ifdefs
Remove all the legacy code that related to mch_libcall in some way. os_libcall is implemented on top of libuv now.
This commit is contained in:

committed by
Justin M. Keyes

parent
bbb649ac69
commit
8c51804d52
@@ -70,11 +70,6 @@
|
||||
# include <termios.h>
|
||||
#endif
|
||||
|
||||
/* shared library access */
|
||||
#if defined(HAVE_DLFCN_H) && defined(USE_DLOPEN)
|
||||
# include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SELINUX
|
||||
# include <selinux/selinux.h>
|
||||
static int selinux_enabled = -1;
|
||||
|
Reference in New Issue
Block a user