summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-26 11:16:56 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:58 +0100
commit3bc12a8f5ade29161ca356f60f79c2283ebf2f5c (patch)
tree3539c88a81953b560dad2c6baf6a3aeb3c373c2d /cpukit/posix/src/pthread.c
parentUse linker set for POSIX User Threads init (diff)
downloadrtems-3bc12a8f5ade29161ca356f60f79c2283ebf2f5c.tar.bz2
Delete unused API extensions
Diffstat (limited to 'cpukit/posix/src/pthread.c')
-rw-r--r--cpukit/posix/src/pthread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index 84d2e72108..ac5fbe44bf 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -27,7 +27,6 @@
#include <rtems/system.h>
#include <rtems/config.h>
#include <rtems/sysinit.h>
-#include <rtems/score/apiext.h>
#include <rtems/score/stack.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>