[rtems commit] score: Fix warning

Sebastian Huber sebh at rtems.org
Thu Sep 8 07:56:25 UTC 2016


Module:    rtems
Branch:    master
Commit:    db563698836deb56dc2a2fa5cd3dfde97afb2ef3
Changeset: http://git.rtems.org/rtems/commit/?id=db563698836deb56dc2a2fa5cd3dfde97afb2ef3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep  8 08:08:53 2016 +0200

score: Fix warning

---

 cpukit/posix/include/rtems/posix/condimpl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/posix/include/rtems/posix/condimpl.h b/cpukit/posix/include/rtems/posix/condimpl.h
index 70a0707..dcc16d5 100644
--- a/cpukit/posix/include/rtems/posix/condimpl.h
+++ b/cpukit/posix/include/rtems/posix/condimpl.h
@@ -48,7 +48,7 @@ extern const pthread_condattr_t _POSIX_Condition_variables_Default_attributes;
 
 RTEMS_INLINE_ROUTINE void _POSIX_Condition_variables_Initialize(
   POSIX_Condition_variables_Control *the_cond,
-  pthread_condattr_t *the_attr
+  const pthread_condattr_t          *the_attr
 )
 {
   _Thread_queue_Initialize( &the_cond->Wait_queue );



More information about the vc mailing list