Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2004 07:30:10 -0800 (PST)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libthr/thread thr_rwlock.c
Message-ID:  <200402181530.i1IFUAgu022519@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2004/02/18 07:30:10 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_rwlock.c 
  Log:
  There are consumers of rwlocks, inluding our own libc, that depend on
  a PTHREAD_RWLOCK_INITIALIZER to do for rwlocks what
  a similarly named symbol does for statically initialized mutexes.
  This symbol was dropped in The Open Group Base Specifications Issue 6
  and does not exist in IEEE Std 1003.1, 2003, but it should still be
  supported for backwards compatibility.
  
  Pointy hat: mtm
  
  Revision  Changes    Path
  1.6       +24 -96    src/lib/libthr/thread/thr_rwlock.c



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