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/pthreadattrsetstacksize.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/posix/src/pthreadattrsetstacksize.c') diff --git a/cpukit/posix/src/pthreadattrsetstacksize.c b/cpukit/posix/src/pthreadattrsetstacksize.c index 3fd78b3615..79c683b99f 100644 --- a/cpukit/posix/src/pthreadattrsetstacksize.c +++ b/cpukit/posix/src/pthreadattrsetstacksize.c @@ -20,12 +20,12 @@ #include "config.h" #endif +#include +#include + #include #include -#include -#include - int pthread_attr_setstacksize( pthread_attr_t *attr, size_t stacksize -- cgit v1.2.3