Date: Fri, 10 Dec 2004 03:36:45 +0000 (UTC) From: Greg Lehey <grog@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_atfork.c uthread_fork.c uthread_init.c Message-ID: <200412100336.iBA3ajNX011279@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 2004-12-10 03:36:45 UTC FreeBSD src repository Modified files: lib/libc_r/uthread Makefile.inc pthread_private.h uthread_fork.c uthread_init.c Added files: lib/libc_r/uthread uthread_atfork.c Log: Add pthread_atfork(). PR: bin/68841 Submitted by: Dan Nelson <dnelson@allantgroup.com> Revision Changes Path 1.38 +1 -0 src/lib/libc_r/uthread/Makefile.inc 1.84 +10 -0 src/lib/libc_r/uthread/pthread_private.h 1.1 +56 -0 src/lib/libc_r/uthread/uthread_atfork.c (new) 1.28 +23 -1 src/lib/libc_r/uthread/uthread_fork.c 1.48 +2 -0 src/lib/libc_r/uthread/uthread_init.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412100336.iBA3ajNX011279>