From 218286bc055e9d9bcbefd3dfa2b38f92a95b15a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 17:17:05 +0200 Subject: score: Create stack implementation header Move implementation specific parts of stack.h and stack.inl into new header file stackimpl.h. The stack.h contains now only the application visible API. --- cpukit/posix/src/pthreadattrsetstack.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cpukit/posix/src/pthreadattrsetstack.c') diff --git a/cpukit/posix/src/pthreadattrsetstack.c b/cpukit/posix/src/pthreadattrsetstack.c index 7c4f14b6a4..699d2fec93 100644 --- a/cpukit/posix/src/pthreadattrsetstack.c +++ b/cpukit/posix/src/pthreadattrsetstack.c @@ -21,11 +21,12 @@ #endif #if HAVE_DECL_PTHREAD_ATTR_SETSTACK -#include -#include -#include #include +#include + +#include +#include int pthread_attr_setstack( pthread_attr_t *attr, -- cgit v1.2.3