roken: Windows ELOOP definition

Microsoft VC 2010 defines ELOOP as 114

Change-Id: Iba6cfd83e4a9ea1d43ed8aff7893d557648fc7e5
This commit is contained in:
Jeffrey Altman
2014-05-14 21:56:51 -04:00
parent 69c2872dbd
commit 732bfd11be

View File

@@ -1207,6 +1207,9 @@ int ROKEN_LIB_FUNCTION rk_socket(int, int, int);
#ifndef EINPROGRESS
#define EINPROGRESS 112
#endif
#ifndef ELOOP
#define ELOOP 114
#endif
#ifndef ENOTSOCK
#define ENOTSOCK 128
#endif