This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ETIMEDOUT already defined in mingw64 library


On 2011-10-28 16:50, Pedro Alves wrote:
> OOC, if you're getting an error, it's because it's defined
> to something different.  What is is defined to?
In file:
i686-w64-mingw32\include\errno.h

It was defined as below:

/* Defined as WSAETIMEDOUT.  */
#ifndef ETIMEDOUT
#define ETIMEDOUT 10060
#endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]