From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29506 invoked by alias); 29 Apr 2004 21:56:27 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 29473 invoked from network); 29 Apr 2004 21:56:25 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 29 Apr 2004 21:56:25 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 39381357B; Thu, 29 Apr 2004 14:56:19 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i3TLuIOi029232; Thu, 29 Apr 2004 14:56:18 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i3TLuI9l029222; Thu, 29 Apr 2004 14:56:18 -0700 Date: Thu, 29 Apr 2004 21:56:00 -0000 Message-Id: <200404292156.i3TLuI9l029222@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix [BZ #130, #131, #133] In-Reply-To: Jakub Jelinek's message of Wednesday, 28 April 2004 19:59:46 +0200 <20040428175946.GO5191@sunsite.ms.mff.cuni.cz> X-Zippy-Says: .. I want FORTY-TWO TRYNEL FLOATATION SYSTEMS installed within SIX AND A HALF HOURS!!! X-SW-Source: 2004-04/txt/msg00101.txt.bz2 > > * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix > prototypes and description [BZ #131]. > > * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130]. > Patch by Ed Catmur . > * string/tst-inlcall.c (main): Add test for strpbrk. > linuxthreads/ > * semaphore.c (sem_timedwait): Return -1 and set errno instead of > returning error number [BZ #133]. Patch by . Applied. Thanks, Roland