From 3ca6e6185131ab804b2831ab308b44b4b174856a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 May 2016 16:49:53 +0200 Subject: rtems: Simplify rtems_semaphore_delete() --- cpukit/rtems/include/rtems/rtems/sem.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/rtems/include/rtems/rtems/sem.h') diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h index b3950a2939..2c99f57deb 100644 --- a/cpukit/rtems/include/rtems/rtems/sem.h +++ b/cpukit/rtems/include/rtems/rtems/sem.h @@ -74,6 +74,11 @@ typedef struct { * Semaphore instance. */ union { + /** + * @brief The thread queue present in all other variants. + */ + Thread_queue_Control Wait_queue; + /** * This is the SuperCore Mutex instance associated with this Classic * API Semaphore instance. -- cgit v1.2.3