From a7cfb4bda0a3f3cb2ccecbade43cd87d681dae4f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 Dec 2016 13:54:11 +0100 Subject: score: Relax static assertions Only require that the Newlib defined structure is big enough. --- cpukit/score/src/threadq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/threadq.c') diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c index c20007977b..d427431adb 100644 --- a/cpukit/score/src/threadq.c +++ b/cpukit/score/src/threadq.c @@ -58,7 +58,7 @@ RTEMS_STATIC_ASSERT( RTEMS_STATIC_ASSERT( sizeof( Thread_queue_Syslock_queue ) - == sizeof( struct _Thread_queue_Queue ), + <= sizeof( struct _Thread_queue_Queue ), THREAD_QUEUE_SYSLOCK_QUEUE_SIZE ); -- cgit v1.2.3