Date: Thu, 29 Jan 2004 04:03:17 -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: <200401291203.i0TC3Hw9029683@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004/01/29 04:03:17 PST FreeBSD src repository Modified files: lib/libthr/thread thr_rwlock.c Log: I update the rwlock code in libthr to be more standards compliant and what do I get for my troubles? libc breaks offcourse! Reimplement a hack (in libthr) that allows libc to use rwlocks without initializing them first. The hack was reimplemented so that only a private libc version of the rwlock locking functions initializes an uninitialized rwlock. The application version will correctly fail. Revision Changes Path 1.5 +119 -12 src/lib/libthr/thread/thr_rwlock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401291203.i0TC3Hw9029683>