]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
There are consumers of rwlocks, inluding our own libc, that depend on
authormtm <mtm@FreeBSD.org>
Wed, 18 Feb 2004 15:30:10 +0000 (15:30 +0000)
committermtm <mtm@FreeBSD.org>
Wed, 18 Feb 2004 15:30:10 +0000 (15:30 +0000)
commit7e0166bc79e42c709872f50e52e4fd7b128fc89b
tree93e0907f94aa437f89ad8556b21a550e09cb093e
parent7854649b8654cda371f3c20f62374d87681fd52f
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
lib/libthr/thread/thr_rwlock.c