From owner-cvs-all Sat Jun 6 00:25:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04957 for cvs-all-outgoing; Sat, 6 Jun 1998 00:25:28 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04952; Sat, 6 Jun 1998 00:25:27 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA08435; Sat, 6 Jun 1998 00:24:26 -0700 (PDT) Date: Sat, 6 Jun 1998 00:24:26 -0700 (PDT) Message-Id: <199806060724.AAA08435@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_spec.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/06/06 00:24:25 PDT Modified files: lib/libc_r/uthread uthread_spec.c Log: Simplify the handling of thread specific data. Only track if a key is allocated or not, rather than keeping a count and attempting to know it it is in-use. POSIX says that once a key is deleted, using the key again results in undefined behaviour. Revision Changes Path 1.8 +33 -45 src/lib/libc_r/uthread/uthread_spec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message