On Apr 20 18:58, Ken Brown wrote:
> I'll be glad to commit these myself, but I thought I should send them
> here first for the record and for review.
>
> Ken Brown (5):
> Cygwin: FIFO: stop the listen_client thread on an opening error
> Cygwin: FIFO: duplicate the i/o handle when opening a dup
* Change default fallback for failed winsock error -> POSIX error
mappings to EACCES, which is a valid errno for more socket-related
syscalls.
* Added a few previously missing entries to the wsock_errmap table
that have obvious POSIX errno.h analogues.
---
winsup/cygwin/net.cc | 5 -
1
On Apr 23 16:55, Erik M. Bray wrote:
> * Change default fallback for failed winsock error -> POSIX error
> mappings to EACCES, which is a valid errno for more socket-related
> syscalls.
>
> * Added a few previously missing entries to the wsock_errmap table
> that have obvious POSIX errno.h a