summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
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/posix
parentposix: Provide aio_suspend() by default (diff)
downloadrtems-5090a71bf821b31342769ab6c1a451f47a2c2e45.tar.bz2
score: Remove bogus thread object name support
Update #2514.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/src/pthread.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index e05d4f3d19..7d1674694f 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -181,10 +181,8 @@ static void _POSIX_Threads_Manager_initialization(void)
&_POSIX_Threads_Information, /* object information table */
OBJECTS_POSIX_API, /* object API */
OBJECTS_POSIX_THREADS, /* object class */
- Configuration_POSIX_API.maximum_threads,
+ Configuration_POSIX_API.maximum_threads
/* maximum objects of this class */
- true, /* true if names for this object are strings */
- _POSIX_PATH_MAX /* maximum length of each object's name */
);
/*