From 2581a563f9182dc2debdba97f33feee6d797e53a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 May 2016 21:39:56 +0200 Subject: score: Add semaphore variants --- cpukit/posix/include/rtems/posix/semaphoreimpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/posix/include') diff --git a/cpukit/posix/include/rtems/posix/semaphoreimpl.h b/cpukit/posix/include/rtems/posix/semaphoreimpl.h index 1521eade85..17d3f64e92 100644 --- a/cpukit/posix/include/rtems/posix/semaphoreimpl.h +++ b/cpukit/posix/include/rtems/posix/semaphoreimpl.h @@ -34,6 +34,8 @@ extern "C" { */ extern Objects_Information _POSIX_Semaphore_Information; +#define POSIX_SEMAPHORE_TQ_OPERATIONS &_Thread_queue_Operations_FIFO + RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control * _POSIX_Semaphore_Allocate_unprotected( void ) { -- cgit v1.2.3