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

Daniel Eischen deischen at FreeBSD.org
Sun Mar 5 10:10:29 PST 2006


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


More information about the cvs-src mailing list