.github
CMakeModules
dist
externals
Vulkan-Headers
cmake-modules
cubeb
discord-rpc
dynarmic
ffmpeg
find-modules
getopt
glad
httplib
inih
libressl
crypto
include
compat
arpa
machine
netinet
sys
_null.h
ioctl.h
mman.h
param.h
queue.h
select.h
socket.h
stat.h
time.h
tree.h
types.h
uio.h
dirent.h
dirent_msvc.h
err.h
fcntl.h
limits.h
netdb.h
poll.h
pthread.h
readpassphrase.h
resolv.h
stdio.h
stdlib.h
string.h
syslog.h
time.h
unistd.h
win32netcompat.h
openssl
CMakeLists.txt
pqueue.h
tls.h
ssl
tls
.gitignore
CMakeLists.txt
COPYING
ChangeLog
FindLibreSSL.cmake
INSTALL
README.md
README.windows
VERSION
cmake_export_symbol.cmake
ltmain.sh
tap-driver.sh
test-driver
libusb
libzip
mbedtls
microprofile
opus
sirit
soundtouch
xbyak
CMakeLists.txt
patches
src
CMakeLists.txt
LICENSE
README.md
license.txt
11 lines
145 B
C
11 lines
145 B
C
|
|
/*
|
||
|
|
* Public domain
|
||
|
|
* sys/select.h compatibility shim
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef _WIN32
|
||
|
|
#include_next <sys/select.h>
|
||
|
|
#else
|
||
|
|
#include <win32netcompat.h>
|
||
|
|
#endif
|