commio: even more win32 fixes

This commit is contained in:
William Pitcock 2016-03-20 00:38:46 -05:00
parent 339150ec60
commit e49147e56e

View file

@ -564,7 +564,7 @@ rb_errstr(int error)
int
rb_socketpair(int family, int sock_type, int proto, rb_fde_t **F1, rb_fde_t **F2, const char *note)
{
int nfd[2];
rb_platform_fd_t nfd[2];
if(number_fd >= rb_maxconnections)
{
errno = ENFILE;