Date: Sun, 27 Jun 2004 10:01:35 +0000 (UTC) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread Makefile.inc thr_atfork.c thr_init.c thr_private.h thr_syscalls.c Message-ID: <200406271001.i5RA1Zlg097990@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004-06-27 10:01:35 UTC FreeBSD src repository Modified files: lib/libthr/thread Makefile.inc thr_init.c thr_private.h thr_syscalls.c Added files: lib/libthr/thread thr_atfork.c Log: Implement pthread_atfork in libthr. This is mostly from deichen's work in libpthread. Submitted by: Dan Nelson <dnelson@allantgroup.com> Revision Changes Path 1.8 +1 -0 src/lib/libthr/thread/Makefile.inc 1.1 +60 -0 src/lib/libthr/thread/thr_atfork.c (new) 1.17 +4 -0 src/lib/libthr/thread/thr_init.c 1.37 +10 -0 src/lib/libthr/thread/thr_private.h 1.7 +58 -0 src/lib/libthr/thread/thr_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406271001.i5RA1Zlg097990>