From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4746 invoked by alias); 16 Feb 2005 11:26:57 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 4680 invoked by alias); 16 Feb 2005 11:26:52 -0000 Date: Wed, 16 Feb 2005 11:26:00 -0000 Message-ID: <20050216112652.4679.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050216044910.739.roland@gnu.org> References: <20050216044910.739.roland@gnu.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug linuxthreads/739] pthread_getspecific / pthread_setspecific broken if single-threaded X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg00164.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-16 11:26 ------- Subject: Bug 739 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-02-16 11:26:40 Modified files: linuxthreads : Makefile specific.c Log message: 2005-02-07 Jakub Jelinek [BZ #739] * specific.c (pthread_key_delete): If pthread_create has not been called yet, clear p_specific for the current thread. * Makefile (tests): Add tst-tsd1. * tst-tsd1.c: New test. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.96.2.1&r2=1.96.2.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/specific.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.20&r2=1.20.4.1 -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=739 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.