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

visible to other files.
This commit is contained in:
Joel Sherrill
1996-09-08 16:21:16 +00:00
parent d1d3796ce9
commit ed5a518d09
3 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ extern "C" {
#include <rtems/posix/config.h>
#include <rtems/posix/threadsup.h>
#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2)
/*
* The following defines the information control block used to manage
* this class of objects.

View File

@@ -24,6 +24,8 @@ extern "C" {
#include <rtems/posix/config.h>
#include <rtems/posix/threadsup.h>
#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2)
/*
* The following defines the information control block used to manage
* this class of objects.

View File

@@ -24,6 +24,8 @@ extern "C" {
#include <rtems/posix/config.h>
#include <rtems/posix/threadsup.h>
#define PTHREAD_MINIMUM_STACK_SIZE (STACK_MINIMUM_SIZE * 2)
/*
* The following defines the information control block used to manage
* this class of objects.