LO_ENROLLPEND is no more existing so just axe it (it was left out by the

original commit axing it).
This commit is contained in:
attilio 2008-05-16 02:09:13 +00:00
parent 35856c0048
commit 43729c22da

View File

@ -35,8 +35,7 @@
#define LO_ALLMASK (LO_INITIALIZED | LO_WITNESS | LO_QUIET | \
LO_RECURSABLE | LO_SLEEPABLE | LO_UPGRADABLE | \
LO_DUPOK | LO_ENROLLPEND | LO_CLASSMASK | \
LO_NOPROFILE)
LO_DUPOK | LO_CLASSMASK | LO_NOPROFILE)
#define LO_EXPECTED (LO_INITIALIZED | LO_WITNESS | LO_RECURSABLE | \
LO_SLEEPABLE | LO_UPGRADABLE | LO_DUPOK | \
/* sx lock class */(2 << LO_CLASSSHIFT))