From ef1a985fc7591988ef956dd7b35f9533bace68a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 11 Dec 2015 10:47:22 +0100 Subject: Optional POSIX Threads initialization Update #2408. --- cpukit/posix/include/rtems/posix/pthreadimpl.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'cpukit/posix/include/rtems/posix/pthreadimpl.h') diff --git a/cpukit/posix/include/rtems/posix/pthreadimpl.h b/cpukit/posix/include/rtems/posix/pthreadimpl.h index f95ac9cf94..9aff71c8f0 100644 --- a/cpukit/posix/include/rtems/posix/pthreadimpl.h +++ b/cpukit/posix/include/rtems/posix/pthreadimpl.h @@ -44,7 +44,7 @@ extern "C" { * The following defines the information control block used to manage * this class of objects. */ -POSIX_EXTERN Thread_Information _POSIX_Threads_Information; +extern Thread_Information _POSIX_Threads_Information; /** * This variable contains the default POSIX Thread attributes. @@ -60,13 +60,6 @@ extern pthread_attr_t _POSIX_Threads_Default_attributes; */ extern void (*_POSIX_Threads_Initialize_user_threads_p)(void); -/** - * @brief POSIX threads manager initialization. - * - * This routine performs the initialization necessary for this manager. - */ -void _POSIX_Threads_Manager_initialization(void); - /** * @brief Copy POSIX Thread attribute structure. * -- cgit v1.2.3