summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasks.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-25 11:32:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-29 07:08:34 +0100
commit5090a71bf821b31342769ab6c1a451f47a2c2e45 (patch)
tree61c14bc11061752b6e4f011462a03f493df78318 /cpukit/rtems/src/tasks.c
parentposix: Provide aio_suspend() by default (diff)
downloadrtems-5090a71bf821b31342769ab6c1a451f47a2c2e45.tar.bz2
score: Remove bogus thread object name support
Update #2514.
Diffstat (limited to 'cpukit/rtems/src/tasks.c')
-rw-r--r--cpukit/rtems/src/tasks.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index 9f7a5d1f12..55dd1dc334 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -73,10 +73,8 @@ static void _RTEMS_tasks_Manager_initialization(void)
&_RTEMS_tasks_Information, /* object information table */
OBJECTS_CLASSIC_API, /* object API */
OBJECTS_RTEMS_TASKS, /* object class */
- Configuration_RTEMS_API.maximum_tasks,
+ Configuration_RTEMS_API.maximum_tasks
/* maximum objects of this class */
- false, /* true if the name is a string */
- RTEMS_MAXIMUM_NAME_LENGTH /* maximum length of an object name */
);
/*