cvs commit: src/lib/libpthread
pthread.mapsrc/lib/libpthread/thread Makefile.inc thr_fork.c thr_init.c
thr_kern.c thr_private.h
Shin-ichi Yoshimoto
yosimoto at waishi.jp
Tue Nov 4 17:56:39 PST 2003
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 at waishi.jp>
http://diary.waishi.jp/~yosimoto/diary/
More information about the cvs-src
mailing list