From dd32d883d73973bb2189d51f3d17e99783be1616 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 May 1996 22:46:05 +0000 Subject: posix initialization threads table was misnamed "posix initialization tasks table" --- c/src/exec/posix/include/rtems/posix/pthread.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'c/src/exec/posix/include/rtems/posix/pthread.h') diff --git a/c/src/exec/posix/include/rtems/posix/pthread.h b/c/src/exec/posix/include/rtems/posix/pthread.h index 9c682c8dcf..48f3db551b 100644 --- a/c/src/exec/posix/include/rtems/posix/pthread.h +++ b/c/src/exec/posix/include/rtems/posix/pthread.h @@ -38,12 +38,12 @@ typedef Thread_Control POSIX_Threads_Control; POSIX_EXTERN Objects_Information _POSIX_Threads_Information; /* - * These are used to manage the user initialization tasks. + * These are used to manage the user initialization threads. */ -POSIX_EXTERN posix_initialization_tasks_table - *_POSIX_Threads_User_initialization_tasks; -POSIX_EXTERN unsigned32 _POSIX_Threads_Number_of_initialization_tasks; +POSIX_EXTERN posix_initialization_threads_table + *_POSIX_Threads_User_initialization_threads; +POSIX_EXTERN unsigned32 _POSIX_Threads_Number_of_initialization_threads; /* @@ -55,9 +55,9 @@ POSIX_EXTERN unsigned32 _POSIX_Threads_Number_of_initialization_tasks; */ void _POSIX_Threads_Manager_initialization( - unsigned32 maximum_pthreads, - unsigned32 number_of_initialization_tasks, - posix_initialization_tasks_table *user_tasks + unsigned32 maximum_pthreads, + unsigned32 number_of_initialization_threads, + posix_initialization_threads_table *user_threads ); /* -- cgit v1.2.3