From owner-cvs-src@FreeBSD.ORG Tue Nov 4 18:27:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C05616A4CF; Tue, 4 Nov 2003 18:27:15 -0800 (PST) Received: from exchhz01.viatech.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4CD043FA3; Tue, 4 Nov 2003 18:27:06 -0800 (PST) (envelope-from davidxu@viatech.com.cn) Received: from viatech.com.cn (ip-240-1-168-192.rev.dyxnet.com [192.168.1.240]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id TZ2GYLC6; Wed, 5 Nov 2003 10:07:16 +0800 Message-ID: <3FA8613A.8030001@viatech.com.cn> Date: Wed, 05 Nov 2003 10:32:26 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shin-ichi Yoshimoto References: <200311042004.hA4K4jnQ060164@repoman.freebsd.org> <20031105105633721037.GyazMail.yosimoto@waishi.jp> In-Reply-To: <20031105105633721037.GyazMail.yosimoto@waishi.jp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Daniel Eischen cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthreadpthread.mapsrc/lib/libpthread/thread Makefile.inc thr_fork.c thr_init.c thr_kern.c thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 02:27:15 -0000 Shin-ichi Yoshimoto wrote: >Subject: cvs commit: src/lib/libpthread >pthread.mapsrc/lib/libpthread/thread Makefile.inc thr_fork.c thr_init.c >thr_kern.c thr_private.h, >On Tue, 4 Nov 2003 12:04:45 -0800 (PST), Daniel Eischen wrote: > > >>deischen 2003/11/04 12:04:45 PST >> >> FreeBSD src repository >> >> Modified files: >> lib/libpthread pthread.map >> lib/libpthread/thread Makefile.inc thr_fork.c thr_init.c >> thr_kern.c thr_private.h >> Log: >> Add an implementation for pthread_atfork(). >> >> > >Where is thr_atfork.c ? I think Makefile.inc is wrong. > >--- /usr/src/lib/libpthread/thread/Makefile.inc.orig Wed Nov 5 >08:41:15 2003 >+++ /usr/src/lib/libpthread/thread/Makefile.inc Wed Nov 5 10:50:28 2003 >@@ -5,7 +5,6 @@ > > SRCS+= \ > thr_aio_suspend.c \ >- thr_atfork.c \ > thr_attr_destroy.c \ > thr_attr_init.c \ > thr_attr_get_np.c \ > >Is this right ? > > > Dans forgot to commit the file. Dan, are you still online ? David Xu