From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1510 invoked by alias); 18 Feb 2006 11:55:04 -0000 Received: (qmail 1497 invoked by uid 22791); 18 Feb 2006 11:55:02 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 18 Feb 2006 11:55:00 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k1IBsokq024064; Sat, 18 Feb 2006 12:54:50 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k1IBsnS1028529; Sat, 18 Feb 2006 12:54:49 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k1IBsnsB021828; Sat, 18 Feb 2006 12:54:49 +0100 (CET) Date: Sat, 18 Feb 2006 11:55:00 -0000 Message-Id: <200602181154.k1IBsnsB021828@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: mark.kettenis@xs4all.nl, gdb-patches@sourceware.org, cygwin@cwilson.fastmail.fm In-reply-to: (message from Eli Zaretskii on Sat, 18 Feb 2006 13:47:19 +0200) Subject: Re: RFA: ensure binary objects opened in binary mode References: <43F6473F.8030508@cwilson.fastmail.fm> <20060217234141.GA1918@trixie.casa.cgf.cx> <200602181118.k1IBIwNC028708@elgar.sibelius.xs4all.nl> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00347.txt.bz2 > Date: Sat, 18 Feb 2006 13:47:19 +0200 > From: Eli Zaretskii > > > Date: Sat, 18 Feb 2006 12:18:58 +0100 (CET) > > From: Mark Kettenis > > CC: gdb-patches@sourceware.org, cygwin@cwilson.fastmail.fm > > > > > Agreed. I think defs.h is a good place, do you agree? > > > > > Problem is that right now defs.h doesn't include (where I > > expect O_BINARY to be defined on systems that have it). So we should > > move that into fcntl.h as well > > You mean, include from defs.h, right? If so, I agree. Yes, that's what I meant.