From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6092 invoked by alias); 2 Apr 2003 09:20:15 -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 6069 invoked from network); 2 Apr 2003 09:20:14 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.55.131) by sources.redhat.com with SMTP; 2 Apr 2003 09:20:14 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 1AFA5354C; Wed, 2 Apr 2003 01:20:13 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h329KCY00335; Wed, 2 Apr 2003 01:20:12 -0800 Date: Wed, 02 Apr 2003 09:20:00 -0000 Message-Id: <200304020920.h329KCY00335@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] Linuxthreads pthread_atfork fix In-Reply-To: Jakub Jelinek's message of Wednesday, 2 April 2003 10:15:29 +0200 <20030402081529.GN16629@sunsite.ms.mff.cuni.cz> Emacs: anything free is worth what you paid for it. X-SW-Source: 2003-04/txt/msg00013.txt.bz2 > LT needs to follow NPTL lead here. > > 2003-04-02 Jakub Jelinek > > * Makefile (libpthread-routines): Add pthread_atfork. > (libpthread-static-only-routines): Add pthread_atfork. I put this in. Thanks, Roland