summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/config.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-07 16:36:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-07 16:36:29 +0000
commit16775a55354508f1aa434c1d347e6921006b49a2 (patch)
tree8d3cb2dd543b83aa3080d6e941c0b6fd688f91cf /c/src/exec/posix/include/rtems/posix/config.h
parentAdded rules to handle alternate suffixes for C++ files. (diff)
downloadrtems-16775a55354508f1aa434c1d347e6921006b49a2.tar.bz2
Patch from Jiri Gaisler <jgais@ws.estec.esa.nl> to allow stacksize
of POSIX Init thread to be user configured.
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/include/rtems/posix/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/config.h b/c/src/exec/posix/include/rtems/posix/config.h
index c64250579c..2edb8a1909 100644
--- a/c/src/exec/posix/include/rtems/posix/config.h
+++ b/c/src/exec/posix/include/rtems/posix/config.h
@@ -39,6 +39,7 @@ extern "C" {
typedef struct {
void *(*thread_entry)(void *);
+ int stack_size;
} posix_initialization_threads_table;
typedef struct {