Le vendredi 12 septembre 2008 à 02:50 +0200, Bruno Haible a écrit : > Yoann Vandoorselaere wrote: > > Attached are a few patch that fixes ... glthread/cond modules > > compilation problem under MinGW. > > I'm applying the first hunk:
[...] > About the second hunk, the problem is more general: not only on mingw, > but on all platforms which lack ETIMEDOUT, one needs a substitute. It > can be a random positive number. I propose this patch instead. [...] > Additionally, the use of "#define ETIMEDOUT ETIME" in the Solaris case is > incorrect: Solaris has ETIMEDOUT, and it's a no-no to redefine errno > values in header files that user code may include. I propose this instead: Your modified patch look good, apply? -- Yoann Vandoorselaere <[EMAIL PROTECTED]>