summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/_lock.h')
-rw-r--r--freebsd/sys/sys/_lock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/sys/_lock.h b/freebsd/sys/sys/_lock.h
index 35decd76..2ab3d996 100644
--- a/freebsd/sys/sys/_lock.h
+++ b/freebsd/sys/sys/_lock.h
@@ -32,7 +32,9 @@
#define _SYS__LOCK_H_
struct lock_object {
+#ifndef __rtems__
const char *lo_name; /* Individual lock name. */
+#endif /* __rtems__ */
u_int lo_flags;
#ifndef __rtems__
u_int lo_data; /* General class specific data. */