smr.h: fix build after r357641
r357641 missed committing the change to sys/sys/smr.h. Reported by: jkim Submitted by: jeff Reviewed by: rlibby Differential Revision: https://reviews.freebsd.org/D23464
This commit is contained in:
parent
f5a7e78d32
commit
a2abae8dc9
@ -49,6 +49,7 @@
|
||||
#define SMR_SEQ_LEQ(a, b) ((int32_t)((a)-(b)) <= 0)
|
||||
#define SMR_SEQ_GT(a, b) ((int32_t)((a)-(b)) > 0)
|
||||
#define SMR_SEQ_GEQ(a, b) ((int32_t)((a)-(b)) >= 0)
|
||||
#define SMR_SEQ_DELTA(a, b) ((int32_t)((a)-(b)))
|
||||
|
||||
#define SMR_SEQ_INVALID 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user