summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstack01
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 /testsuites/psxtests/psxstack01
parentposix: Create priority implementation header (diff)
downloadrtems-0c5317d16c309dd1075c469b8ce661ab6806b724.tar.bz2
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 'testsuites/psxtests/psxstack01')
-rw-r--r--testsuites/psxtests/psxstack01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxstack01/init.c b/testsuites/psxtests/psxstack01/init.c
index aadac4c8db..ce413e7b7a 100644
--- a/testsuites/psxtests/psxstack01/init.c
+++ b/testsuites/psxtests/psxstack01/init.c
@@ -17,7 +17,7 @@
#include <pthread.h>
#include <sched.h>
-#include <rtems/posix/pthread.h> /* for PTHREAD_MINIMUM_STACK_SIZE */
+#include <rtems/posix/pthreadimpl.h> /* for PTHREAD_MINIMUM_STACK_SIZE */
/* forward declarations to avoid warnings */
void *POSIX_Init(void *argument);