From owner-cvs-all Sun Jan 28 19:24:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10E4E37B698; Sun, 28 Jan 2001 19:24:24 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0T3OOt76916; Sun, 28 Jan 2001 19:24:24 -0800 (PST) (envelope-from deischen) Message-Id: <200101290324.f0T3OOt76916@freefall.freebsd.org> From: Daniel Eischen Date: Sun, 28 Jan 2001 19:24:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/01/28 19:24:23 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_exit.c uthread_fd.c Log: _exit in libc is now __sys_exit not __sys__exit. Add another check for thread library initialization (jdp, we really need a way to get _thread_init called at program start before any constructors are run). Revision Changes Path 1.51 +4 -4 src/lib/libc_r/uthread/pthread_private.h 1.20 +4 -5 src/lib/libc_r/uthread/uthread_exit.c 1.19 +4 -1 src/lib/libc_r/uthread/uthread_fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message