Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 10:56:33 +0900
From:      Shin-ichi Yoshimoto <yosimoto@waishi.jp>
To:        Daniel Eischen <deischen@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
Message-ID:  <20031105105633721037.GyazMail.yosimoto@waishi.jp>
In-Reply-To: <200311042004.hA4K4jnQ060164@repoman.freebsd.org>
References:  <200311042004.hA4K4jnQ060164@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <yosimoto@waishi.jp>
http://diary.waishi.jp/~yosimoto/diary/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031105105633721037.GyazMail.yosimoto>