summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadattrinit.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-19 14:33:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:23 +0200
commit0c5317d16c309dd1075c469b8ce661ab6806b724 (patch)
tree57d9a346b5fe6d71b868bc9888013c177d04979e /cpukit/posix/src/pthreadattrinit.c
parent97552c98b630294cf9d5efb523e1e15db8df686f (diff)
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.
Diffstat (limited to 'cpukit/posix/src/pthreadattrinit.c')
-rw-r--r--cpukit/posix/src/pthreadattrinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadattrinit.c b/cpukit/posix/src/pthreadattrinit.c
index dd3f222cf6..cf0ecabfe9 100644
--- a/cpukit/posix/src/pthreadattrinit.c
+++ b/cpukit/posix/src/pthreadattrinit.c
@@ -22,7 +22,7 @@
#include <errno.h>
#include <rtems/system.h>
-#include <rtems/posix/pthread.h>
+#include <rtems/posix/pthreadimpl.h>
/**
* 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140