From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: microblaze syscall list Date: Sun, 04 May 2008 15:53:07 -0700 Message-ID: <481E3E53.6050008@zytor.com> References: <87a5b0800804220513t75690ceao938a288596b5ad0c@mail.gmail.com> <481D7DF7.3000909@seznam.cz> <481E3433.2030408@zytor.com> <200805050054.20903.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200805050054.20903.arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: monstr@seznam.cz, microblaze-uclinux@itee.uq.edu.au, Matthew Wilcox , Will Newton , Linux Kernel list , linux-arch@vger.kernel.org, git@xilinx.com, John Williams , Stephen Neuendorffer , John Linn List-Id: linux-arch.vger.kernel.org Arnd Bergmann wrote: > > * POSIX pselect does not update the timeout argument, but linux pselect7 > does, so it's easy to implement both pselect and select based on it. > * pselect also has a timespec arguement, not timeval as select, but that's > trivial to convert. > * pselect obviously takes an extra argument, but if that's NULL, it will > behave like select (aside from the timeout handling). > Fair enough. -hpa