summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadimpl.h
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/include/rtems/score/threadimpl.h
parentposix: Provide aio_suspend() by default (diff)
downloadrtems-5090a71bf821b31342769ab6c1a451f47a2c2e45.tar.bz2
score: Remove bogus thread object name support
Update #2514.
Diffstat (limited to 'cpukit/include/rtems/score/threadimpl.h')
-rw-r--r--cpukit/include/rtems/score/threadimpl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/threadimpl.h b/cpukit/include/rtems/score/threadimpl.h
index 530035ff67..39937f9283 100644
--- a/cpukit/include/rtems/score/threadimpl.h
+++ b/cpukit/include/rtems/score/threadimpl.h
@@ -103,9 +103,7 @@ void _Thread_Initialize_information(
Thread_Information *information,
Objects_APIs the_api,
uint16_t the_class,
- uint32_t maximum,
- bool is_string,
- uint32_t maximum_name_length
+ uint32_t maximum
);
/**