summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semaphorecreatesupp.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-22 08:52:50 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-03-29 07:26:43 +0200
commit97bbf028e63447091a56a4be69134fbff1adece6 (patch)
treeae60634e413f1dc5149c6cd0188623e591be8ea3 /cpukit/posix/src/semaphorecreatesupp.c
parentscore: Remove Thread_queue_Queue::operations field (diff)
downloadrtems-97bbf028e63447091a56a4be69134fbff1adece6.tar.bz2
score: Use constant for maximum count of CORE sema
Diffstat (limited to 'cpukit/posix/src/semaphorecreatesupp.c')
-rw-r--r--cpukit/posix/src/semaphorecreatesupp.c1
1 files changed, 0 insertions, 1 deletions
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
);