[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MS-Windows build broken in Fmake_network_process
From: |
Óscar Fuentes |
Subject: |
Re: MS-Windows build broken in Fmake_network_process |
Date: |
Sat, 27 Mar 2010 14:01:29 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
[snip]
> . The Windows socket functions can only return EINTR (actually,
> WSAEINTR, from which we produce EINTR in Emacs's Windows source)
> only for the old Winsock 1.1 sockets, and only if some code calls
> `WSACancelBlockingCall'. Emacs does not call that function
> directly, and in fact it is deprecated and was removed from Winsock
> 2 library.
http://msdn.microsoft.com/en-us/library/aa923167.aspx says that WSAEINTR
means "the socked was closed". That's for the current Winsock
implementation.
[snip]
- Re: MS-Windows build broken in Fmake_network_process, (continued)
- Re: MS-Windows build broken in Fmake_network_process, Helmut Eller, 2010/03/27
- Re: MS-Windows build broken in Fmake_network_process, Eli Zaretskii, 2010/03/27
- Re: MS-Windows build broken in Fmake_network_process, Helmut Eller, 2010/03/27
- Re: MS-Windows build broken in Fmake_network_process, Eli Zaretskii, 2010/03/27
- Re: MS-Windows build broken in Fmake_network_process, Helmut Eller, 2010/03/27
- Re: MS-Windows build broken in Fmake_network_process, Juanma Barranquero, 2010/03/26
Re: MS-Windows build broken in Fmake_network_process, YAMAMOTO Mitsuharu, 2010/03/26