cvs commit: src/lib/libthr/thread thr_rwlock.c
Mike Makonnen
mtm at FreeBSD.org
Wed Feb 18 07:30:11 PST 2004
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
More information about the cvs-src
mailing list