summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrdestroy.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-10 07:18:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-10 07:18:09 +0200
commitbd5be58fa6b4f1108fc69c8ff55cf2d20ddde620 (patch)
tree747a03289a5f31df52a69f04a57a916b069d4a78 /cpukit/posix/src/pthreadattrdestroy.c
parentposix: Constify default thread processor affinity (diff)
downloadrtems-bd5be58fa6b4f1108fc69c8ff55cf2d20ddde620.tar.bz2
posix: Unconditional thread attribute support
Update #2514.
Diffstat (limited to 'cpukit/posix/src/pthreadattrdestroy.c')
-rw-r--r--cpukit/posix/src/pthreadattrdestroy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/posix/src/pthreadattrdestroy.c b/cpukit/posix/src/pthreadattrdestroy.c
index d36c1d6dfe..7d30be9ed5 100644
--- a/cpukit/posix/src/pthreadattrdestroy.c
+++ b/cpukit/posix/src/pthreadattrdestroy.c
@@ -20,8 +20,7 @@
#include <pthread.h>
#include <errno.h>
-
-#include <rtems/system.h>
+#include <stdbool.h>
int pthread_attr_destroy(
pthread_attr_t *attr