From 16775a55354508f1aa434c1d347e6921006b49a2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 May 1999 16:36:29 +0000 Subject: Patch from Jiri Gaisler to allow stacksize of POSIX Init thread to be user configured. --- cpukit/posix/include/rtems/posix/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/posix/include/rtems/posix/config.h') diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h index c64250579c..2edb8a1909 100644 --- a/cpukit/posix/include/rtems/posix/config.h +++ b/cpukit/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 { -- cgit v1.2.3