From owner-cvs-src@FreeBSD.ORG Tue Nov 4 17:56:38 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 E74D016A4CE; Tue, 4 Nov 2003 17:56:38 -0800 (PST) Received: from daemon.bsddaemon.jp (daemon.waishi.jp [61.199.233.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D32943FB1; Tue, 4 Nov 2003 17:56:37 -0800 (PST) (envelope-from yosimoto@waishi.jp) Received: from waishi.local (kekbrfwlr1.kek.jp [130.87.83.73]) by daemon.bsddaemon.jp (Postfix) with ESMTP id C92502E017; Wed, 5 Nov 2003 10:56:35 +0900 (JST) Date: Wed, 5 Nov 2003 10:56:33 +0900 To: Daniel Eischen Message-ID: <20031105105633721037.GyazMail.yosimoto@waishi.jp> In-Reply-To: <200311042004.hA4K4jnQ060164@repoman.freebsd.org> References: <200311042004.hA4K4jnQ060164@repoman.freebsd.org> Mime-Version: 1.0 (GMessage framework 1.1.3) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Shin-ichi Yoshimoto Organization: WAISHI.JP X-Mailer: GyazMail version 1.1.4 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread pthread.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 01:56:39 -0000 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 ? -- Shin-ichi YOSHIMOTO http://diary.waishi.jp/~yosimoto/diary/