From 97bbf028e63447091a56a4be69134fbff1adece6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 22 Mar 2016 08:52:50 +0100 Subject: score: Use constant for maximum count of CORE sema --- cpukit/posix/src/semaphorecreatesupp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/src/semaphorecreatesupp.c b/cpukit/posix/src/semaphorecreatesupp.c index c527a9b46c..9a24e0a724 100644 --- a/cpukit/posix/src/semaphorecreatesupp.c +++ b/cpukit/posix/src/semaphorecreatesupp.c @@ -95,7 +95,6 @@ int _POSIX_Semaphore_Create_support( _CORE_semaphore_Initialize( &the_semaphore->Semaphore, CORE_SEMAPHORE_DISCIPLINES_FIFO, - 0xFFFFFFFF, value ); -- cgit v1.2.3