summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/pthreadimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-09 15:34:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-09 15:54:20 +0200
commitda9f5f113332459444a2a89cbb011c2bbea202da (patch)
treed67d1157725170cc450cee8fbe00e98d73fd9c61 /cpukit/posix/include/rtems/posix/pthreadimpl.h
parentposix: Simplify POSIX_API_Control (diff)
downloadrtems-da9f5f113332459444a2a89cbb011c2bbea202da.tar.bz2
posix: Remove rtems_pthread_attribute_compare()
Update #2514. Close #3174.
Diffstat (limited to 'cpukit/posix/include/rtems/posix/pthreadimpl.h')
-rw-r--r--cpukit/posix/include/rtems/posix/pthreadimpl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/posix/include/rtems/posix/pthreadimpl.h b/cpukit/posix/include/rtems/posix/pthreadimpl.h
index 290fbad02e..9e5314b2c2 100644
--- a/cpukit/posix/include/rtems/posix/pthreadimpl.h
+++ b/cpukit/posix/include/rtems/posix/pthreadimpl.h
@@ -103,14 +103,6 @@ int _POSIX_Thread_Translate_sched_param(
Thread_CPU_budget_algorithm_callout *budget_callout
);
-/*
- * rtems_pthread_attribute_compare
- */
-int rtems_pthread_attribute_compare(
- const pthread_attr_t *attr1,
- const pthread_attr_t *attr2
-);
-
RTEMS_INLINE_ROUTINE Thread_Control *_POSIX_Threads_Allocate(void)
{
_Objects_Allocator_lock();