summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-02 12:40:32 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-02 12:40:32 +0100
commit6cc83b3217e1eba949ac55b45a04807a83f05fd6 (patch)
tree7ab4d963e09292f36035de5b3f411920a24fe69f
parentscore: Fix debug thread queue context init (diff)
downloadrtems-6cc83b3217e1eba949ac55b45a04807a83f05fd6.tar.bz2
posix: Fix typo
-rw-r--r--cpukit/posix/include/rtems/posix/posixapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/posixapi.h b/cpukit/posix/include/rtems/posix/posixapi.h
index b35874d8ea..1a64cf7a1d 100644
--- a/cpukit/posix/include/rtems/posix/posixapi.h
+++ b/cpukit/posix/include/rtems/posix/posixapi.h
@@ -105,7 +105,7 @@ RTEMS_INLINE_ROUTINE int _POSIX_Zero_or_minus_one_plus_errno(
if ( id == NULL ) { \
return NULL; \
} \
- _Thread_queue_Initialize( queue_context ); \
+ _Thread_queue_Context_initialize( queue_context ); \
the_object = _Objects_Get( \
(Objects_Id) *id, \
&queue_context->Lock_context.Lock_context, \