deischen    2006-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/thread    thr_init.c 
  Log:
  Add some more pthread stubs so that librt can use them.
  The thread jump table has been resorted, so you need to
  keep libc, libpthread, and libthr in sync.
  
  Submitted by:   xu
  
  Revision  Changes    Path
  1.13      +105 -28   src/lib/libc/gen/_pthread_stubs.c
  1.15      +34 -3     src/lib/libc/include/libc_private.h
  1.18      +29 -0     src/lib/libc/include/namespace.h
  1.72      +35 -4     src/lib/libpthread/thread/thr_init.c
  1.30      +35 -4     src/lib/libthr/thread/thr_init.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to