cvs commit: src/lib/libc/gen _pthread_stubs.c

2006-08-11 Thread Thomas Quinot
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

Re: cvs commit: src/lib/libc/gen _pthread_stubs.c src/lib/libc/include libc_private.h namespace.h src/lib/libpthread/thread thr_init.c src/lib/libthr/thread thr_init.c

2006-03-05 Thread David Xu
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

cvs commit: src/lib/libc/gen _pthread_stubs.c src/lib/libc/include libc_private.h namespace.h src/lib/libpthread/thread thr_init.c src/lib/libthr/thread thr_init.c

2006-03-05 Thread Daniel Eischen
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

cvs commit: src/lib/libc/gen _pthread_stubs.c

2005-11-12 Thread Daniel Eischen
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