From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- c/src/exec/posix/src/pthread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/posix/src/pthread.c') diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c index 49f6273a71..46a41a1da5 100644 --- a/c/src/exec/posix/src/pthread.c +++ b/c/src/exec/posix/src/pthread.c @@ -356,8 +356,8 @@ void _POSIX_Threads_Manager_initialization( FALSE, /* does not support global */ maximum_pthreads, sizeof( Thread_Control ), - TRUE, - 5, /* length is arbitrary for now */ + FALSE, + 0, /* length is arbitrary for now */ TRUE /* this class is threads */ ); -- cgit v1.2.3