Re: [PATCH] fix errno for MinGW64

2012-06-03 Thread Bruno Haible
Hi Paolo, Sorry for the delay. > * m4/errno_h.m4: Mark errno.h as incomplete if it lacks any of > EINPROGRESS, ENOSR, ENOSTR, ENOTRECOVERABLE, ETIME, ETXTBSY. OK for EINPROGRESS, ENOTRECOVERABLE, ETXTBSY. But in

[PATCH] fix errno for MinGW64

2012-05-21 Thread Paolo Bonzini
I noticed that errno doesn't work on Fedora 17's MinGW64 because it defines some of MSVC10's new error codes, but not all. This patch fixes it, while avoiding that glibc gets the replacement only because it lacks EOTHER (which is not even in POSIX). Ok? 2012-05-21 Paolo Bonzini errno