diff options
Diffstat (limited to 'kern/condition_types.h')
-rw-r--r-- | kern/condition_types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/condition_types.h b/kern/condition_types.h index 13a29205..abd42f21 100644 --- a/kern/condition_types.h +++ b/kern/condition_types.h @@ -22,8 +22,7 @@ #define _KERN_CONDITION_TYPES_H struct condition { - unsigned short nr_sleeping_waiters; - unsigned short nr_pending_waiters; + unsigned int _unused; }; #endif /* _KERN_CONDITION_TYPES_H */ |