[PATCH] Fix missing include for PTHREAD_MINIMUM_STACK_SIZE

Jan Sommer soja-lists at aries.uberspace.de
Sat Aug 1 17:24:50 UTC 2015


Yes, I needed to add it to make the ada-examples compile.

Am Samstag, 1. August 2015, 12:08:12 schrieb Joel Sherrill:
> Can you give a configuration or file that broke with this?
> 
> I recall that I had a local patch that just added this line to an Ada specific C file. Nothing else broke.
> 
> On August 1, 2015 5:51:31 AM CDT, Jan Sommer <soja-lists at aries.uberspace.de> wrote:
> >---
> > cpukit/posix/include/rtems/posix/pthreadimpl.h | 1 +
> > 1 file changed, 1 insertion(+)
> >
> >diff --git a/cpukit/posix/include/rtems/posix/pthreadimpl.h
> >b/cpukit/posix/include/rtems/posix/pthreadimpl.h
> >index f95ac9c..33fa33d 100644
> >--- a/cpukit/posix/include/rtems/posix/pthreadimpl.h
> >+++ b/cpukit/posix/include/rtems/posix/pthreadimpl.h
> >@@ -24,6 +24,7 @@
> > #include <rtems/posix/threadsup.h>
> > #include <rtems/score/objectimpl.h>
> > #include <rtems/score/threadimpl.h>
> >+#include <rtems/score/stackimpl.h>
> > #include <rtems/score/assert.h>
> > 
> > #ifdef __cplusplus
> 
> --joel




More information about the devel mailing list