forked from Imagelibrary/rtems
moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it would be
visible to other files.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user