Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2002 01:37:17 -0800 (PST)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen _pthread_stubs.c src/lib/libc/include namespace.h reentrant.h
Message-ID:  <200211010937.gA19bHLY086900@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         2002/11/01 01:37:17 PST

  Modified files:
    lib/libc/gen         _pthread_stubs.c 
    lib/libc/include     namespace.h reentrant.h 
  Log:
  * Add stubs for pthread_cond_broadcast.
  * Fix typos in rwlock stubs.
  * Add pthread_XXX counterparts to the _pthread_XXX stubs which libraries
    like libX11 can use to ensure thread-safety without requiring the use
    of a thread library.
  
  Submitted by: Terry Lambert (pthread_cond_broadcast)
  Reviewed by: deischen
  
  Revision  Changes    Path
  1.8       +243 -28   src/lib/libc/gen/_pthread_stubs.c
  1.10      +1 -0      src/lib/libc/include/namespace.h
  1.2       +2 -0      src/lib/libc/include/reentrant.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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