thomas 2006-08-11 18:34:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libc/gen _pthread_stubs.c
Log:
MFC revision 1.12:
Fix a stub function (pthread_cond_wait) so that is has the correct number
of arguments.
Fixes some cases of seg
On Monday 06 March 2006 02:10, Daniel Eischen wrote:
> deischen2006-03-05 18:10:28 UTC
>
> FreeBSD src repository
>
> Modified files:
> lib/libc/gen _pthread_stubs.c
> lib/libc/include libc_private.h namespace.h
> lib/libpthread/thread thr_init.c
> lib/libthr/thr
deischen2006-03-05 18:10:28 UTC
FreeBSD src repository
Modified files:
lib/libc/gen _pthread_stubs.c
lib/libc/include libc_private.h namespace.h
lib/libpthread/thread thr_init.c
lib/libthr/threadthr_init.c
Log:
Add some more pthread stubs so that li
deischen2005-11-12 16:00:30 UTC
FreeBSD src repository
Modified files:
lib/libc/gen _pthread_stubs.c
Log:
Fix a stub function so that is has the correct number of
arguments. While I'm here, correct a couple of [tab] alignments.
Submitted by: bland
Revision