Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2006 18:10:28 +0000 (UTC)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200603051810.k25IASXN073612@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603051810.k25IASXN073612>