From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31753 invoked by alias); 13 Nov 2003 18:01:28 -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 31742 invoked from network); 13 Nov 2003 18:01:26 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 13 Nov 2003 18:01:26 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 94E8D2B8F; Thu, 13 Nov 2003 13:01:23 -0500 (EST) Message-ID: <3FB3C6F3.8010603@redhat.com> Date: Thu, 13 Nov 2003 18:01:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: Daniel Jacobowitz , Richard Henderson , gdb-patches@sources.redhat.com, "J. Johnston" Subject: Re: [commit] Order parameters "rw", not "wr" 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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00269.txt.bz2 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 Andrew