Import LibreSSL v2.4.2 to vendor branch
[dragonfly.git] / crypto / libressl / include / compat / sys / select.h
1 /*
2  * Public domain
3  * sys/select.h compatibility shim
4  */
5
6 #ifndef _WIN32
7 #include_next <sys/select.h>
8 #else
9 #include <win32netcompat.h>
10 #endif