Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 5a37bce

Browse files
committed
-Removed WSAEWOULDBLOCK as it's existence causes conditional checks to generate incorrect code for NETMF devices. (basically if WASEWOULDBLOCK exists AND is the same as EWOULDBLOCK on a non-windows targeted build, then EWOULDBLOCK gets treated as a fatal error instead of a bening notification)
1 parent a192fe6 commit 5a37bce

File tree

1 file changed

+0
-4
lines changed
  • DeviceCode/pal/OpenSSL/OpenSSL_1_0_0/tinyclr

1 file changed

+0
-4
lines changed

DeviceCode/pal/OpenSSL/OpenSSL_1_0_0/tinyclr/ssl_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ typedef int ssize_t;
109109
#define EWOULDBLOCK EAGAIN
110110
#endif
111111

112-
#ifndef WSAEWOULDBLOCK
113-
#define WSAEWOULDBLOCK EWOULDBLOCK
114-
#endif
115-
116112
#define SIGINT 4 // attention request from user from signal.h
117113

118114
#ifdef BUFSIZ

0 commit comments

Comments
 (0)