efl/src/lib/evil
Vincent Torri 58d52a2309 Evil: fix fcntl() with sockets
On Windows, fd and sockets are different. Sockets are actually HANDLES, hence
_get_osfhandle() should not be used with sockets, and GetHandleInformation()
 and SetHandleInformation() can be used directly with sockets.

This is fixed by adding a function to test if the 'fd passed to fcntl() is a
socket or not.
2017-04-03 11:24:34 +02:00
..
regex
sys
Evil.h
dirent.h
evil_dirent.c
evil_dlfcn.c
evil_dlfcn.h
evil_fcntl.c Evil: fix fcntl() with sockets 2017-04-03 11:24:34 +02:00
evil_fcntl.h
evil_fnmatch.c
evil_fnmatch_list_of_states.c
evil_fnmatch_private.h
evil_inet.c
evil_inet.h
evil_langinfo.c
evil_langinfo.h
evil_libgen.c
evil_libgen.h
evil_link_xp.cpp
evil_locale.c
evil_locale.h
evil_macro.h
evil_macro_pop.h
evil_macro_wrapper.h
evil_main.c
evil_main.h
evil_mman.c
evil_private.h
evil_pwd.c
evil_stdio.c
evil_stdio.h
evil_stdlib.c
evil_stdlib.h
evil_string.c
evil_string.h
evil_time.c
evil_time.h
evil_unistd.c
evil_unistd.h
evil_util.c
evil_util.h
fnmatch.h
pwd.h