moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it would be

visible to other files.
This commit is contained in:
Joel Sherrill
1996-09-08 16:22:05 +00:00
parent e7a36a98b1
commit 3335420529
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
#include <rtems/posix/key.h>
#include <rtems/posix/time.h>
#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2)
/*PAGE
*
* The default pthreads attributes structure.