~ chicken-core (chicken-5) f94b8c514693f693bf016f7adb3ecac6eb83871f


commit f94b8c514693f693bf016f7adb3ecac6eb83871f
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Jun 14 09:09:18 2012 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Jun 14 09:09:18 2012 +0200

    EAGAIN is available on Windows

diff --git a/tcp.scm b/tcp.scm
index b9cbec1a..238923ce 100644
--- a/tcp.scm
+++ b/tcp.scm
@@ -45,7 +45,6 @@
 static WSADATA wsa;
 # define fcntl(a, b, c)  0
 # define EWOULDBLOCK     0
-# define EAGAIN          0
 # define EINPROGRESS     0
 # define typecorrect_getsockopt(socket, level, optname, optval, optlen)	\
     getsockopt(socket, level, optname, (char *)optval, optlen)
Trap