From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6217 invoked by alias); 13 Nov 2003 19:19:00 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6203 invoked from network); 13 Nov 2003 19:18:59 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 13 Nov 2003 19:18:59 -0000 Received: from drow by nevyn.them.org with local (Exim 4.24 #1 (Debian)) id 1AKMzb-0005rq-8v for ; Thu, 13 Nov 2003 14:18:59 -0500 Date: Thu, 13 Nov 2003 19:19:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [commit] Order parameters "rw", not "wr" Message-ID: <20031113191859.GA22475@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <3FB0010D.7040108@redhat.com> <20031112021817.GA27225@redhat.com> <3FB3A2E8.8050003@redhat.com> <20031113154027.GA12374@nevyn.them.org> <3FB3B2EC.10607@redhat.com> <20031113163907.GA19010@nevyn.them.org> <3FB3C370.4050801@redhat.com> <3FB3C6F3.8010603@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FB3C6F3.8010603@redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-11/txt/msg00272.txt.bz2 On Thu, Nov 13, 2003 at 01:01:23PM -0500, Andrew Cagney wrote: > Oh, as always, 30 seconds after spending an hr on a reply, I remember: > > int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set > *exceptfds, struct timeval *timeout); > > with more than two parameters and the ordering: > > - object > - read param > - write param I think we're overloading the meaning of "read param", possibly because I don't understand the arguments to the _partial functions. Select is actually ordered: - input parameter - four in/out parameters But let's drop it. I don't care how you order target_read_partial; it has so many arguments I'll have to go look it up every time anyway. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer