Date: Sun, 28 Jan 2001 19:24:23 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> 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 Message-ID: <200101290324.f0T3OOt76916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101290324.f0T3OOt76916>
