summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/config.h')
-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 {