From 0c5317d16c309dd1075c469b8ce661ab6806b724 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2013 14:33:56 +0200 Subject: posix: Create pthread implementation header Move implementation specific parts of pthread.h and pthread.inl into new header file pthreadimpl.h. The pthread.h contains now only the application visible API. --- cpukit/posix/src/pthreadattrsetschedpolicy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/pthreadattrsetschedpolicy.c') diff --git a/cpukit/posix/src/pthreadattrsetschedpolicy.c b/cpukit/posix/src/pthreadattrsetschedpolicy.c index 4b4187ef40..434658fd46 100644 --- a/cpukit/posix/src/pthreadattrsetschedpolicy.c +++ b/cpukit/posix/src/pthreadattrsetschedpolicy.c @@ -24,7 +24,7 @@ #include #include -#include +#include int pthread_attr_setschedpolicy( pthread_attr_t *attr, -- cgit v1.2.3