Project

General

Profile

Submit #2831 ยป typo-in-comments.diff

yellowrabbit2010, 07/02/2015 11:13 PM

View differences:

sys/sys/lock.h
* upgrade if it exists, then grant an exclusive lock. Only one exclusive
* lock may exist at a time, except that a process holding an exclusive
* lock may get additional exclusive locks if it explicitly sets the
* LK_CANRECURSE flag in the lock request, or if the LK_CANRECUSE flag
* LK_CANRECURSE flag in the lock request, or if the LK_CANRECURSE flag
* was set when the lock was initialized.
*
* LK_UPGRADE
    (1-1/1)