- apause() has been retired, remove LK_NOPAUSE as well.

Sponsored by:	Isilon Systems, Inc.
This commit is contained in:
jeff 2005-03-31 04:39:33 +00:00
parent e0354a783e
commit 769eb705f6

View File

@ -120,7 +120,6 @@ struct lock {
#define LK_NOWAIT 0x00000010 /* do not sleep to await lock */
#define LK_SLEEPFAIL 0x00000020 /* sleep, then return failure */
#define LK_CANRECURSE 0x00000040 /* allow recursive exclusive lock */
#define LK_NOPAUSE 0x00000080 /* no spinloop */
#define LK_TIMELOCK 0x00000100 /* use lk_timo, else no timeout */
/*
* Nonpersistent external flags.