From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24071 invoked by alias); 28 Oct 2011 13:09:36 -0000 Received: (qmail 23973 invoked by uid 22791); 28 Oct 2011 13:09:35 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Oct 2011 13:09:20 +0000 Received: by iagf6 with SMTP id f6so5566618iag.0 for ; Fri, 28 Oct 2011 06:09:20 -0700 (PDT) Received: by 10.231.6.129 with SMTP id 1mr987745ibz.31.1319807359884; Fri, 28 Oct 2011 06:09:19 -0700 (PDT) Received: from [192.168.1.102] ([60.186.228.95]) by mx.google.com with ESMTPS id e2sm12469484ibe.0.2011.10.28.06.09.15 (version=SSLv3 cipher=OTHER); Fri, 28 Oct 2011 06:09:19 -0700 (PDT) Message-ID: <4EAAAA3B.7090506@gmail.com> Date: Fri, 28 Oct 2011 13:18:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org, Alen Skondro , Xun Xun Subject: Re: [PATCH] ETIMEDOUT already defined in mingw64 library References: <201110280950.58238.pedro@codesourcery.com> In-Reply-To: <201110280950.58238.pedro@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00760.txt.bz2 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