aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/rmlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/rmlock.h')
-rw-r--r--sys/sys/rmlock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/rmlock.h b/sys/sys/rmlock.h
index cdcb6edc3b92..0eed3d3044bd 100644
--- a/sys/sys/rmlock.h
+++ b/sys/sys/rmlock.h
@@ -48,6 +48,7 @@
#define RM_RECURSE 0x00000002
#define RM_SLEEPABLE 0x00000004
#define RM_NEW 0x00000008
+#define RM_DUPOK 0x00000010
void rm_init(struct rmlock *rm, const char *name);
void rm_init_flags(struct rmlock *rm, const char *name, int opts);