Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2007 21:26:06 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 sx.9 src/sys/kern kern_sx.c src/sys/sys sx.h
Message-ID:  <200705192126.l4JLQ67R008360@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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