cvs commit: src/share/man/man9 sx.9 src/sys/kern kern_sx.c
src/sys/sys sx.h
John Baldwin
jhb at FreeBSD.org
Sat May 19 21:26:06 UTC 2007
jhb 2007-05-19 21:26:05 UTC
FreeBSD src repository
Modified files:
share/man/man9 sx.9
sys/kern kern_sx.c
sys/sys sx.h
Log:
Rename the macros for assertion flags passed to sx_assert() from SX_* to
SA_* to match mutexes and rwlocks. The old flags still exist for
backwards compatiblity.
Requested by: attilio
Revision Changes Path
1.41 +13 -13 src/share/man/man9/sx.9
1.50 +19 -19 src/sys/kern/kern_sx.c
1.34 +8 -3 src/sys/sys/sx.h
More information about the cvs-src
mailing list