From e97806a5ff7673422082edd49ec3c62c5f0f1ccd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 14 Oct 2018 19:20:05 +0200 Subject: posix: Split posix_api_configuration_table Use separate configuration variables to avoid false dependencies. Update #2514. --- cpukit/posix/src/pthread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/posix/src/pthread.c') diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c index 7d1674694f..da31252063 100644 --- a/cpukit/posix/src/pthread.c +++ b/cpukit/posix/src/pthread.c @@ -181,8 +181,7 @@ 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 - /* maximum objects of this class */ + _Configuration_POSIX_Maximum_threads ); /* -- cgit v1.2.3