From 33354205293cb39d91ea267980cc611f6ba09195 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 8 Sep 1996 16:22:05 +0000 Subject: moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it would be visible to other files. --- cpukit/posix/src/pthread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c index ff3171eb41..2137e97b99 100644 --- a/cpukit/posix/src/pthread.c +++ b/cpukit/posix/src/pthread.c @@ -20,7 +20,6 @@ #include #include -#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2) /*PAGE * * The default pthreads attributes structure. -- cgit v1.2.3