early-access version 1255
This commit is contained in:
11
externals/libressl/include/compat/sys/ioctl.h
vendored
Executable file
11
externals/libressl/include/compat/sys/ioctl.h
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Public domain
|
||||
* sys/ioctl.h compatibility shim
|
||||
*/
|
||||
|
||||
#ifndef _WIN32
|
||||
#include_next <sys/ioctl.h>
|
||||
#else
|
||||
#include <win32netcompat.h>
|
||||
#define ioctl(fd, type, arg) ioctlsocket(fd, type, arg)
|
||||
#endif
|
Reference in New Issue
Block a user