rtems-bsd-mutex: Update due to API changes

This commit is contained in:
Sebastian Huber
2015-07-24 10:42:35 +02:00
parent 3cb5e9ef6d
commit 07ff2c1910
3 changed files with 20 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ extern "C" {
#endif /* __cplusplus */
typedef struct {
Thread_queue_Control queue;
Thread_queue_Queue queue;
Thread_Control *owner;
int nest_level;
} rtems_bsd_mutex;