Files
linux-apfs/lib/locking-selftest-wlock.h
T

15 lines
158 B
C
Raw Normal View History

2006-07-03 00:24:48 -07:00
#undef LOCK
#define LOCK WL
#undef UNLOCK
#define UNLOCK WU
#undef RLOCK
#define RLOCK RL
#undef WLOCK
#define WLOCK WL
#undef INIT
#define INIT RWI